public class ServerException extends RemoteException
ServerException is thrown as a result of a remote method invocation when a
RemoteException is thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself. A
ServerException instance contains the original
RemoteException that occurred as its cause.
detail| Constructor and Description |
|---|
ServerException(String
Constructs a
ServerException with the specified detail message.
|
ServerException(String
Constructs a
ServerException with the specified detail message and nested exception.
|
getCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ServerException(Strings)
ServerException with the specified detail message.
s - the detail message