Class SaiAuthenticationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.janeirodigital.sai.authentication.SaiAuthenticationException
All Implemented Interfaces:
Serializable

public class SaiAuthenticationException extends Exception
General exception used to represent issues with authentication processing
See Also:
  • Constructor Details

    • SaiAuthenticationException

      public SaiAuthenticationException(String message, Throwable cause)
    • SaiAuthenticationException

      public SaiAuthenticationException(String message)