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