Class NotAuthenticatedException

All Implemented Interfaces:
Serializable

public class NotAuthenticatedException extends AuthException
Exception to indicate that the client is not authenticated. This exception is retryable because default authentication always applies as a fallback.
See Also:
  • Constructor Details

    • NotAuthenticatedException

      public NotAuthenticatedException(String message)