Package com.sas.services.information
Class FactoryNotInitializedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.util.ChainedException
com.sas.services.ServiceException
com.sas.services.information.FactoryException
com.sas.services.information.FactoryNotInitializedException
- All Implemented Interfaces:
com.sas.util.ChainedExceptionInterface,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFactoryNotInitializedException(String message) FactoryNotInitializedException(Throwable throwable, String message) -
Method Summary
Methods inherited from class com.sas.services.information.FactoryException
getRepositoryId, getRepositoryType, setRepositoryId, setRepositoryType, toStringMethods inherited from class com.sas.util.ChainedException
chainContains, getRootException, getRootException, getTargetException, getTargetException, printStackTrace, printStackTrace, printStackTrace, toStringBufferMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
FactoryNotInitializedException
public FactoryNotInitializedException() -
FactoryNotInitializedException
public FactoryNotInitializedException(String message) -
FactoryNotInitializedException
public FactoryNotInitializedException(Throwable throwable, String message)
-