public class EventAdminException extends Exception
Modifier and Type | Field and Description |
---|---|
String |
errorMessage |
Constructor and Description |
---|
EventAdminException() |
EventAdminException(String message) |
EventAdminException(String message,
Throwable cause) |
EventAdminException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String errorMessage
public EventAdminException()
public EventAdminException(String message)
public EventAdminException(Throwable cause)
public String getErrorMessage()
Copyright © 2024 WSO2. All rights reserved.