java.rmi
public class AccessException extends RemoteException
bind in an ActivationSystem.
Since: 1.1
See Also: Naming ActivationSystem
| Constructor Summary | |
|---|---|
| AccessException(String s)
Create an exception with a message.
| |
| AccessException(String s, Exception e)
Create an exception with a message and a cause.
| |
Parameters: s the message
Parameters: s the message e the cause