Package org.wso2.carbon.identity.oauth2
Class IdentityOAuth2ServerException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.identity.base.IdentityException
-
- org.wso2.carbon.identity.oauth2.IdentityOAuth2Exception
-
- org.wso2.carbon.identity.oauth2.IdentityOAuth2ServerException
-
- All Implemented Interfaces:
Serializable
public class IdentityOAuth2ServerException extends IdentityOAuth2Exception
Identity OAuth 2 server exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityOAuth2ServerException(String message)
IdentityOAuth2ServerException(String code, String message)
IdentityOAuth2ServerException(String code, String message, Throwable e)
IdentityOAuth2ServerException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class org.wso2.carbon.identity.base.IdentityException
error, error, error, error, error, error, error, error, getErrorCode, setErrorCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IdentityOAuth2ServerException
public IdentityOAuth2ServerException(String message)
-
-