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 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: