Package io.meeds.oauth.exception
Class OAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.meeds.oauth.exception.OAuthException
- All Implemented Interfaces:
Serializable
OAuth exception
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOAuthException(OAuthExceptionCode exceptionCode, String message) OAuthException(OAuthExceptionCode exceptionCode, String message, Throwable cause) OAuthException(OAuthExceptionCode exceptionCode, Throwable cause) OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, String message) OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, String message, Throwable cause) OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OAuthException
public OAuthException() -
OAuthException
public OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, String message) -
OAuthException
-
OAuthException
public OAuthException(OAuthExceptionCode exceptionCode, Map<String, Object> exceptionAttributes, Throwable cause) -
OAuthException
-
OAuthException
-
OAuthException
-
-
Method Details
-
getExceptionCode
-
getExceptionAttributes
-
getExceptionAttribute
-
getMessage
- Overrides:
getMessagein classThrowable
-