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