public class EventRepositoryException extends Exception
| Constructor and Description |
|---|
EventRepositoryException(String message)
Construct the exception.
|
EventRepositoryException(String message,
Throwable cause)
Construct the exception.
|
EventRepositoryException(Throwable cause)
Construct the exception.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getRootCause()
Obtain the root cause of the exception or
null if there
if none reported. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic EventRepositoryException(String message)
message - the exception messagepublic EventRepositoryException(Throwable cause)
cause - the original exceptionpublic Throwable getRootCause()
null if there
if none reported.Copyright © 2011-2016 OpenESB Community. All Rights Reserved.