Class ServerAuthException

All Implemented Interfaces:
Serializable

public class ServerAuthException extends GeneralSecurityException
A server specific Authentication or Authorization exception.
See Also:
  • Constructor Details

    • ServerAuthException

      public ServerAuthException()
    • ServerAuthException

      public ServerAuthException(String s)
    • ServerAuthException

      public ServerAuthException(String s, Throwable throwable)
    • ServerAuthException

      public ServerAuthException(Throwable throwable)