Class UnauthenticatedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class UnauthenticatedException
    extends AlluxioStatusException
    Exception indicating that the request does not have valid authentication credentials for the operation.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnauthenticatedException

        public UnauthenticatedException​(java.lang.String message)
        Parameters:
        message - the exception message
      • UnauthenticatedException

        public UnauthenticatedException​(java.lang.Throwable cause)
        Parameters:
        cause - the cause of the exception
      • UnauthenticatedException

        public UnauthenticatedException​(java.lang.String message,
                                        java.lang.Throwable cause)
        Parameters:
        message - the exception message
        cause - the cause of the exception