public class ExceptionException extends Exception
Constructor and Description |
---|
ExceptionException() |
ExceptionException(String s) |
ExceptionException(String s,
Throwable ex) |
ExceptionException(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, toString
public ExceptionException()
public ExceptionException(String s)
public ExceptionException(Throwable cause)
public void setFaultMessage(ExceptionE msg)
public ExceptionE getFaultMessage()
Copyright © 2023 WSO2. All rights reserved.