Package org.apache.hadoop.hdfs.protocol
Class AclException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hdfs.protocol.AclException
- All Implemented Interfaces:
Serializable
Indicates a failure manipulating an ACL.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAclException(String message) Creates a new AclException.AclException(String message, Throwable cause) Creates a new AclException. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AclException
Creates a new AclException.- Parameters:
message- String message
-
AclException
Creates a new AclException.- Parameters:
message- String messagecause- The cause of the exception
-