AccessControlException
instead.@Deprecated public class AccessControlException extends IOException
构造器和说明 |
---|
AccessControlException()
已过时。
Default constructor is needed for unwrapping from
RemoteException . |
AccessControlException(String s)
已过时。
Constructs an
AccessControlException
with the specified detail message. |
AccessControlException(Throwable cause)
已过时。
Constructs a new exception with the specified cause and a detail
message of (cause==null ?
|
public AccessControlException()
RemoteException
.public AccessControlException(String s)
AccessControlException
with the specified detail message.s
- the detail message.public AccessControlException(Throwable cause)
cause
- the cause (which is saved for later retrieval by the
Throwable.getCause()
method). (A null value is
permitted, and indicates that the cause is nonexistent or
unknown.)Copyright © 2009 The Apache Software Foundation