Class NotAuthenticatedException

All Implemented Interfaces:
Serializable

public class NotAuthenticatedException extends SecurityException
Thrown when code that requires authentication is invoked in a context that doesn't have an authenticated user.
Author:
AO Industries, Inc.
See Also:
  • Constructor Details

    • NotAuthenticatedException

      public NotAuthenticatedException()
    • NotAuthenticatedException

      public NotAuthenticatedException(String message)
    • NotAuthenticatedException

      public NotAuthenticatedException(Throwable cause)
    • NotAuthenticatedException

      public NotAuthenticatedException(String message, Throwable cause)