Class EventAdminException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.andes.event.admin.exception.EventAdminException
- All Implemented Interfaces:
Serializable
This is custom exception class used to throw exception from AndesEventAdminService to handle by caller.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEventAdminException(String message) EventAdminException(String message, Throwable cause) EventAdminException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
errorMessage
-
-
Constructor Details
-
EventAdminException
public EventAdminException() -
EventAdminException
-
EventAdminException
-
EventAdminException
-
-
Method Details
-
getErrorMessage
-