org.objectweb.jonathan.protocols.api

Class ServerException


public class ServerException
extends JonathanException

ServerException is a checked exception encapsulating an applicative exception raised by a remote object.

Field Summary

UnMarshaller
unmarshaller
An unmarshaller encoding the exception raised by the remote object.

Constructor Summary

ServerException(UnMarshaller unmarshaller)
Constructs a new ServerException with an unmarshaller encoding the exception raised by the remote object.

Field Details

unmarshaller

public UnMarshaller unmarshaller
An unmarshaller encoding the exception raised by the remote object.

Constructor Details

ServerException

public ServerException(UnMarshaller unmarshaller)
Constructs a new ServerException with an unmarshaller encoding the exception raised by the remote object.

Parameters:
unmarshaller - an unmarshaller.