Class RestApiAdminAPIException

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

public class RestApiAdminAPIException extends Exception
See Also:
  • Constructor Details

    • RestApiAdminAPIException

      public RestApiAdminAPIException()
    • RestApiAdminAPIException

      public RestApiAdminAPIException(String s)
    • RestApiAdminAPIException

      public RestApiAdminAPIException(String s, Throwable ex)
    • RestApiAdminAPIException

      public RestApiAdminAPIException(Throwable cause)
  • Method Details