Package no.nav.security.mock.oauth2
Class OAuth2Exception
-
- 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()-
Methods inherited from class kotlin.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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()
-
-
-
-