Class AuthenticationException

All Implemented Interfaces:
Serializable

public class AuthenticationException extends ProjectManagementException
Exception thrown when the authentication fails.
Since:
1.0
Version:
$Id$
See Also:
  • Constructor Details

    • AuthenticationException

      public AuthenticationException(String message)
      Parameters:
      message - the detail message for this exception.
    • AuthenticationException

      public AuthenticationException(String message, Throwable cause)
      Parameters:
      message - the detail message for this exception.
      cause - the cause for this exception or null if none exists.