public class AccessException extends RemoteException
AccessException
的
java.rmi.Naming
类方法抛出(具体
bind
,
rebind
,和
unbind
)和方法的
java.rmi.activation.ActivationSystem
接口表示调用者没有权限执行的方法调用的请求。如果从非本地主机调用的方法,然后
AccessException
抛出。
Naming
,
ActivationSystem
,
Serialized Form
detail
Constructor and Description |
---|
AccessException(String s)
构建一个指定详细信息的
AccessException 。
|
AccessException(String s, 异常 ex)
构建一个指定详细信息的
AccessException 和嵌套异常。
|
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.