package saker.rmi.exception
Package containing RMI related exceptions.
| RMICallFailedException | Thrown if an RMI request fails for some reason. |
| RMICallForbiddenException | Thrown if a method call on a remote proxy is not allowed. |
| RMIContextVariableNotFoundException | Thrown when an operation was requested on a context variable, but the variable was not found. |
| RMIIOFailureException | Exception thrown in case of transfer error. |
| RMIInvalidConfigurationException | Thrown if the RMI runtime detects invalid configuration for method calls or proxies. |
| RMIListenerException | Thrown when a listener callback threw an exception. |
| RMIObjectTransferFailureException | Thrown if objects for the RMI request fail to transfer. |
| RMIProxyCreationFailedException | Exception thrown if a remote proxy creation fails. |
| RMIResourceUnavailableException | Exception thrown in case an associated RMI resource is not available. |
| RMIRuntimeException | Common superclass for all RMI related exceptions. |
| RMIStackTracedException | Exception to hold the originating information for exceptions which fail to transfer over RMI. |