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()
      Creates a server authentication exception with no message.
    • ServerAuthException

      public ServerAuthException(String s)
      Creates a server authentication exception with the given message.
      Parameters:
      s - the exception message
    • ServerAuthException

      public ServerAuthException(String s, Throwable throwable)
      Creates a server authentication exception with the given message and cause.
      Parameters:
      s - the exception message
      throwable - the underlying cause
    • ServerAuthException

      public ServerAuthException(Throwable throwable)
      Creates a server authentication exception with the given cause.
      Parameters:
      throwable - the underlying cause