|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.metamatrix.core.MetaMatrixRuntimeException
com.metamatrix.platform.service.api.exception.ServiceException
com.metamatrix.platform.service.api.exception.ServiceStateException
com.metamatrix.platform.service.api.exception.ServiceNotInitializedException
public class ServiceNotInitializedException
This exception will be thrown when a request is made to a service that is not yet initialized ready state.
Field Summary |
---|
Fields inherited from class com.metamatrix.core.MetaMatrixRuntimeException |
---|
CAUSED_BY_STRING, serialVersionUID |
Constructor Summary | |
---|---|
ServiceNotInitializedException()
No-Arg Constructor |
|
ServiceNotInitializedException(java.lang.String message)
Construct an instance with the message specified. |
|
ServiceNotInitializedException(java.lang.String code,
java.lang.String message)
Construct an instance with the message and error code specified. |
|
ServiceNotInitializedException(java.lang.Throwable e)
Constructs an instance of the exception with no detail message but with a single exception. |
|
ServiceNotInitializedException(java.lang.Throwable e,
java.lang.String message)
Construct an instance from a message and an exception to chain to this one. |
|
ServiceNotInitializedException(java.lang.Throwable e,
java.lang.String code,
java.lang.String message)
Construct an instance from a message and a code and an exception to chain to this one. |
Method Summary |
---|
Methods inherited from class com.metamatrix.core.MetaMatrixRuntimeException |
---|
getChild, getClassShortName, getCode, getIntCode, superPrintStackTrace, superPrintStackTrace, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ServiceNotInitializedException()
public ServiceNotInitializedException(java.lang.String message)
message
- A message describing the exceptionpublic ServiceNotInitializedException(java.lang.String code, java.lang.String message)
message
- A message describing the exceptioncode
- The error codepublic ServiceNotInitializedException(java.lang.Throwable e, java.lang.String message)
code
- A code denoting the exceptione
- An exception to nest within this onepublic ServiceNotInitializedException(java.lang.Throwable e, java.lang.String code, java.lang.String message)
e
- An exception to nest within this onemessage
- A message describing the exceptioncode
- A code denoting the exceptionpublic ServiceNotInitializedException(java.lang.Throwable e)
e
- the exception that is encapsulated by this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |