|
||||||||||
| 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.ServiceClosedException
public class ServiceClosedException
This exception will be thrown when a request is made to a service that is closed.
| Field Summary |
|---|
| Fields inherited from class com.metamatrix.core.MetaMatrixRuntimeException |
|---|
CAUSED_BY_STRING, serialVersionUID |
| Constructor Summary | |
|---|---|
ServiceClosedException()
No-Arg Constructor |
|
ServiceClosedException(java.lang.String message)
Construct an instance with the message specified. |
|
ServiceClosedException(java.lang.String code,
java.lang.String message)
Construct an instance with the message and error code specified. |
|
ServiceClosedException(java.lang.Throwable e)
Constructs an instance of the exception with no detail message but with a single exception. |
|
ServiceClosedException(java.lang.Throwable e,
java.lang.String message)
Construct an instance from a message and an exception to chain to this one. |
|
ServiceClosedException(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 |
|---|
getCause, getChild, getClassShortName, getCode, getIntCode, initCause, setCode, setCode, superPrintStackTrace, superPrintStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ServiceClosedException()
public ServiceClosedException(java.lang.String message)
message - A message describing the exception
public ServiceClosedException(java.lang.String code,
java.lang.String message)
message - A message describing the exceptioncode - The error code
public ServiceClosedException(java.lang.Throwable e,
java.lang.String message)
code - A code denoting the exceptione - An exception to nest within this one
public ServiceClosedException(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 ServiceClosedException(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 | |||||||||