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