public class MediateException extends ServiceRuntimeException
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT |
Constructor and Description |
---|
MediateException(ServiceRuntimeException e)
Constructor
|
MediateException(java.lang.String message)
Constructor
|
MediateException(java.lang.String message,
java.lang.Throwable cause)
Constructor
|
MediateException(java.lang.Throwable cause)
Constructor
|
addServiceContext, getServiceContext, printStackTrace, printStackTrace, toString
public static final java.lang.String COPYRIGHT
public MediateException(java.lang.String message)
message
- error messagepublic MediateException(java.lang.Throwable cause)
cause
- cause of the errorpublic MediateException(java.lang.String message, java.lang.Throwable cause)
message
- error messagecause
- cause of the errorpublic MediateException(ServiceRuntimeException e)
e
- runtime exception