Class Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.message.store.stub.Exception
-
- All Implemented Interfaces:
Serializable
public class Exception extends Exception
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExceptionE
getFaultMessage()
void
setFaultMessage(ExceptionE 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(ExceptionE msg)
-
getFaultMessage
public ExceptionE getFaultMessage()
-
-