Class AuthenticationNotSupportedException

All Implemented Interfaces:
Serializable

public class AuthenticationNotSupportedException extends WIMSystemException
See Also:
  • Constructor Details

    • AuthenticationNotSupportedException

      public AuthenticationNotSupportedException()
    • AuthenticationNotSupportedException

      public AuthenticationNotSupportedException(String key, String message)
      Parameters:
      message -
    • AuthenticationNotSupportedException

      public AuthenticationNotSupportedException(Throwable cause)
      Parameters:
      cause -
    • AuthenticationNotSupportedException

      public AuthenticationNotSupportedException(String key, String message, Throwable cause)
      Parameters:
      message -
      cause -