Java

AuthenticationException

Exception thrown when authentication fails due to invalid credentials, expired tokens, or other authentication-related issues.
  • Module: core
  • Type: class
  • Package: com.euonia.security
  • Extends: RuntimeException

Methods

AuthenticationException (constructor)

Creates a new AuthenticationException with the specified message.
  • Parameters:
  • message (String): The detail message for the exception

AuthenticationException (constructor)

Creates a new AuthenticationException with the specified message and cause.
  • Parameters:
  • message (String): The detail message for the exception
  • cause (Throwable): The cause of the exception