Name

ServerRuntimeException

Synopsis

An exception that occurs if a RuntimeException is thrown while a server object is executing a remote method. The nested Throwable data member (inherited from RemoteException) contains the server-side runtime exception that generated the exception.

                  
public class ServerRuntimeException extends RemoteException {
// Public Constructors
   public ServerRuntimeException( String s, Exception ex);       // #
}

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.