package saker.rmi.connection
Exception thrown when a shutdown request initiated towards an RMIServer was not allowed.
public | RMIShutdownRequestDeniedException( 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. |
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.