Package org.forgerock.macaroons
Class RejectedMacaroonException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.forgerock.macaroons.RejectedMacaroonException
- All Implemented Interfaces:
Serializable
Indicates that a macaroon has been rejected by a
MacaroonVerifier
for a reason other than being invalid.
For example, the macaroon may have more caveats attached to it than the verifier will accept.- See Also:
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString