Class SmartAuthException

All Implemented Interfaces:
Serializable

public class SmartAuthException extends RuntimeException
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 Details

    • SmartAuthException

      public SmartAuthException(String message)
    • SmartAuthException

      public SmartAuthException(String message, Throwable cause)