Package org.fhirfrog.frog.smart
Class SmartAuthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fhirfrog.frog.smart.SmartAuthException
- All Implemented Interfaces:
Serializable
Thrown when a
SmartAuthProvider strategy fails to obtain an access token - e.g.
an unexpected HTTP status at some step of the flow, a missing CSRF token, or an OAuth2
state mismatch.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSmartAuthException(String message) SmartAuthException(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SmartAuthException
-
SmartAuthException
-