com.ibm.serviceregistry
Class ServiceRegistryImportResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.serviceregistry.ServiceRegistryException
com.ibm.serviceregistry.ServiceRegistryImportResolutionException
All Implemented Interfaces: ServiceRegistryLocalizedMessage , java.io.Serializable
public class ServiceRegistryImportResolutionException extends ServiceRegistryException
Thrown to indicate an import for a given document (as identified in that
document by use of an "imports" or "includes" statement, or similar) cannot be resolved.
Generally this will mean that the imported document cannot be located or read.
See Also: Serialized Form
Methods inherited from class com.ibm.serviceregistry.ServiceRegistryException
getCause , getExplanationText , getExplanationText , getFailingObject , getInserts , getLocalizedMessage , getLocalizedMessage , getMapToVersion , getMessage , getMessageKey , getMessageNumber , getMessageResource , getMessageResourceLoader , getMessageSeverity , getMessageText , getMessageText , getProperty , getResourceMessage , getResponseText , getResponseText , getRollbackOnly , setCause , setFailingObject , setMapToVersion , setMessageResource , setProperty , writeReplace
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
copyrightStatement
public static final java.lang.String copyrightStatement
See Also: Constant Field Values
ServiceRegistryImportResolutionException
public ServiceRegistryImportResolutionException (java.lang.String key,
java.lang.Object[] inserts)
ServiceRegistryImportResolutionException
public ServiceRegistryImportResolutionException (java.lang.String key,
java.lang.Object[] inserts,
java.lang.Throwable cause)
© Copyright IBM Corporation 2006, 2009. All Rights Reserved.