org.objectweb.jonathan.protocols.api
Class ServerException
JonathanException
org.objectweb.jonathan.protocols.api.ServerException
public class ServerException
extends JonathanException
ServerException is a checked exception encapsulating an applicative exception
raised by a remote object.
ServerException(UnMarshaller unmarshaller) - Constructs a new ServerException with an unmarshaller encoding the
exception raised by the remote object.
|
unmarshaller
public UnMarshaller unmarshaller
An unmarshaller encoding the exception raised by the remote object.
ServerException
public ServerException(UnMarshaller unmarshaller)
Constructs a new ServerException with an unmarshaller encoding the
exception raised by the remote object.
unmarshaller
- an unmarshaller.