Class AuthException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.linecorp.centraldogma.server.auth.AuthException
All Implemented Interfaces:
Serializable

public class AuthException extends RuntimeException
A RuntimeException raised while performing authentication.
See Also:
  • Constructor Details

    • AuthException

      public AuthException()
      Creates a new instance.
    • AuthException

      public AuthException(String message)
      Creates a new instance with the specified message.
    • AuthException

      public AuthException(Throwable cause)
      Creates a new instance with the specified cause.
    • AuthException

      public AuthException(String message, Throwable cause)
      Creates a new instance with the specified message and cause.
    • AuthException

      protected AuthException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      Creates a new instance with the specified message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.