Package org.wso2.carbon.rest.api.stub
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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RestApiAdminAPIException()RestApiAdminAPIException(String s)RestApiAdminAPIException(String s, Throwable ex)RestApiAdminAPIException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RestApiAdminAPIExceptiongetFaultMessage()voidsetFaultMessage(RestApiAdminAPIException msg)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
setFaultMessage
public void setFaultMessage(RestApiAdminAPIException msg)
-
getFaultMessage
public RestApiAdminAPIException getFaultMessage()
-
-