java.rmi

Class AccessException

public class AccessException extends RemoteException

Thrown to indicate that the caller does not have permission to access certain data, such as 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.

Constructor Detail

AccessException

public AccessException(String s)
Create an exception with a message.

Parameters: s the message

AccessException

public AccessException(String s, Exception e)
Create an exception with a message and a cause.

Parameters: s the message e the cause