Class OAuthServiceAuthenticationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.identity.oauth.stub.OAuthServiceAuthenticationException
-
- All Implemented Interfaces:
Serializable
public class OAuthServiceAuthenticationException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OAuthServiceAuthenticationException()
OAuthServiceAuthenticationException(String s)
OAuthServiceAuthenticationException(String s, Throwable ex)
OAuthServiceAuthenticationException(Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OAuthServiceAuthenticationException
getFaultMessage()
void
setFaultMessage(OAuthServiceAuthenticationException msg)
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
OAuthServiceAuthenticationException
public OAuthServiceAuthenticationException()
-
OAuthServiceAuthenticationException
public OAuthServiceAuthenticationException(String s)
-
OAuthServiceAuthenticationException
public OAuthServiceAuthenticationException(String s, Throwable ex)
-
OAuthServiceAuthenticationException
public OAuthServiceAuthenticationException(Throwable cause)
-
-
Method Detail
-
setFaultMessage
public void setFaultMessage(OAuthServiceAuthenticationException msg)
-
getFaultMessage
public OAuthServiceAuthenticationException getFaultMessage()
-
-