Class AclException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.protocol.AclException
All Implemented Interfaces:
Serializable

@Private public class AclException extends IOException
Indicates a failure manipulating an ACL.
See Also:
  • Constructor Details

    • AclException

      public AclException(String message)
      Creates a new AclException.
      Parameters:
      message - String message
    • AclException

      public AclException(String message, Throwable cause)
      Creates a new AclException.
      Parameters:
      message - String message
      cause - The cause of the exception