Package org.wso2.carbon.inbound.stub
Class InboundAdminInboundManagementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.inbound.stub.InboundAdminInboundManagementException
-
- All Implemented Interfaces:
Serializable
public class InboundAdminInboundManagementException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InboundAdminInboundManagementException()
InboundAdminInboundManagementException(String s)
InboundAdminInboundManagementException(String s, Throwable ex)
InboundAdminInboundManagementException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description InboundAdminInboundManagementException
getFaultMessage()
void
setFaultMessage(InboundAdminInboundManagementException msg)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InboundAdminInboundManagementException
public InboundAdminInboundManagementException()
-
InboundAdminInboundManagementException
public InboundAdminInboundManagementException(String s)
-
InboundAdminInboundManagementException
public InboundAdminInboundManagementException(String s, Throwable ex)
-
InboundAdminInboundManagementException
public InboundAdminInboundManagementException(Throwable cause)
-
-
Method Detail
-
setFaultMessage
public void setFaultMessage(InboundAdminInboundManagementException msg)
-
getFaultMessage
public InboundAdminInboundManagementException getFaultMessage()
-
-