package saker.rmi.exception
Exception thrown in case an associated RMI resource is not available.
This exception signals that a given RMI resource that is being accessed is not available, usually because it is
already in a closed state or being in the process of closing. The resource may be an RMIVariables
,
RMIConnection
, or other resource, which is described in the error message.
saker.rmi 0.8.3
public | RMIResourceUnavailableException( Constructs a new runtime exception with the specified detail message. |
public | RMIResourceUnavailableException( Constructs a new runtime exception with the specified detail message and cause. |
public | Constructs a new runtime exception with the specified cause and a detail message of
(cause==null ? null : cause.toString()) (which typically contains the class and detail message of
cause). |