Class EventAdminException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.andes.event.admin.exception.EventAdminException
All Implemented Interfaces:
Serializable

public class EventAdminException extends Exception
This is custom exception class used to throw exception from AndesEventAdminService to handle by caller.
See Also:
  • Field Details

    • errorMessage

      public String errorMessage
  • Constructor Details

    • EventAdminException

      public EventAdminException()
    • EventAdminException

      public EventAdminException(String message)
    • EventAdminException

      public EventAdminException(String message, Throwable cause)
    • EventAdminException

      public EventAdminException(Throwable cause)
  • Method Details

    • getErrorMessage

      public String getErrorMessage()