Name

ServerError

Synopsis

A (non-recoverable) error that occurs while a server is executing a remote method. The nested Throwable data member (inherited from RemoteException) contains the server-side exception that generated the error.

                  
public class ServerError extends RemoteException {
// Public Constructors
   public ServerError( String s, Error err);  
}

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.