Class AuthenticationRejectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.mizool.core.exception.AuthenticationRejectedException
All Implemented Interfaces:
Serializable

public class AuthenticationRejectedException extends RuntimeException
See Also:
  • Constructor Details

    • AuthenticationRejectedException

      public AuthenticationRejectedException()
    • AuthenticationRejectedException

      public AuthenticationRejectedException(String message)
    • AuthenticationRejectedException

      public AuthenticationRejectedException(String message, Throwable cause)
    • AuthenticationRejectedException

      public AuthenticationRejectedException(Throwable cause)