Package org.wso2.carbon.rest.api
Class APIException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.rest.api.APIException
- All Implemented Interfaces:
Serializable
Class
APIException creates a custom exception for
Rest API admin- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAPIException(String message) APIException(String message, Throwable cause) APIException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
APIException
public APIException() -
APIException
-
APIException
-
APIException
-