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 s)
Constructs a
ServerException with the specified
detail message. |
ServerException(String s,
Exception ex)
Constructs a
ServerException with the specified
detail message and nested exception. |
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ServerException(String s)
ServerException
with the specified
detail message.s
- the detail messageaicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2019 aicas GmbH. All Rights Reserved.