saker.rmi Documentation TaskDoc JavaDoc Packages
public class RMIShutdownRequestDeniedException extends RMIRuntimeException
Exception thrown when a shutdown request initiated towards an RMIServer was not allowed.
Constructors
public
Constructs a new exception instance for the given request target address and exception message.
public
Constructs a new exception instance for the given request target address.
Methods
public SocketAddress
Gets the address that was the target of the shutdown request.
Constructs a new exception instance for the given request target address and exception message.
messageThe message.
addressThe address.
Constructs a new exception instance for the given request target address.
addressThe address.
Gets the address that was the target of the shutdown request.
The address.