-
- All Implemented Interfaces:
-
java.io.Serializable
public final class OAuth2Exception extends RuntimeException
-
-
Field Summary
Fields Modifier and Type Field Description private final ErrorObjecterrorObjectprivate final Throwablecauseprivate final Stringmessage
-
Constructor Summary
Constructors Constructor Description OAuth2Exception(String msg)OAuth2Exception(String msg, Throwable throwable)OAuth2Exception(ErrorObject errorObject, String msg)OAuth2Exception(ErrorObject errorObject, String msg, Throwable throwable)
-
Method Summary
Modifier and Type Method Description final ErrorObjectgetErrorObject()ThrowablegetCause()StringgetMessage()-
Methods inherited from class java.lang.Exception
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getErrorObject
final ErrorObject getErrorObject()
-
getMessage
String getMessage()
-
-
-
-