Class APIException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.wso2.carbon.rest.api.APIException
All Implemented Interfaces:
Serializable

public class APIException extends Exception
Class APIException creates a custom exception for Rest API admin
See Also:
  • Constructor Details

    • APIException

      public APIException()
    • APIException

      public APIException(String message)
    • APIException

      public APIException(Throwable cause)
    • APIException

      public APIException(String message, Throwable cause)