org.apache.hadoop.fs.permission
Class AccessControlException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.apache.hadoop.fs.permission.AccessControlException
All Implemented Interfaces:
Serializable

public class AccessControlException
extends IOException

An exception class for access control related issues.

See Also:
Serialized Form

Constructor Summary
AccessControlException()
          Default constructor is needed for unwrapping from RemoteException.
AccessControlException(String s)
          Constructs an AccessControlException with the specified detail message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccessControlException

public AccessControlException()
Default constructor is needed for unwrapping from RemoteException.


AccessControlException

public AccessControlException(String s)
Constructs an AccessControlException with the specified detail message.

Parameters:
s - the detail message.


Copyright © 2008 The Apache Software Foundation