public class EPServiceIsolationException extends RuntimeException
Constructor and Description |
---|
EPServiceIsolationException(String message)
Ctor.
|
EPServiceIsolationException(String message,
Throwable cause)
Ctor for an inner exception and message.
|
EPServiceIsolationException(Throwable cause)
Ctor - just an inner exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public EPServiceIsolationException(String message)
message
- - error messagepublic EPServiceIsolationException(String message, Throwable cause)
message
- - error messagecause
- - inner exceptionpublic EPServiceIsolationException(Throwable cause)
cause
- - inner exception