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