SecurityException
。
应用程式代码永远不要直接引用这个类,而RMISecurityManager
不再抛出这个java.lang.SecurityException
子类。
@Deprecated public class RMISecurityException extends SecurityException
RMISecurityException
在于,一个执行过程中发生了安全异常信号
java.rmi.RMISecurityManager
的方法。
Constructor and Description |
---|
RMISecurityException(String name)
已弃用
没有替换
|
RMISecurityException(String name, String arg)
已弃用
没有替换
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
@Deprecated public RMISecurityException(String name)
RMISecurityException
。
name
- 详细信息
@Deprecated public RMISecurityException(String name, String arg)
RMISecurityException
的详细信息。
name
- 详细信息
arg
- 忽略
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.