public class Exception extends Exception
| Constructor and Description |
|---|
Exception() |
Exception(String s) |
Exception(String s,
Throwable ex) |
Exception(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionE |
getFaultMessage() |
void |
setFaultMessage(ExceptionE msg) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Exception()
public Exception(String s)
public Exception(Throwable cause)
public void setFaultMessage(ExceptionE msg)
public ExceptionE getFaultMessage()
Copyright © 2019 WSO2. All rights reserved.