public class ServerException
extends org.objectweb.jonathan.apis.kernel.JonathanException
Modifier and Type | Field and Description |
---|---|
UnMarshaller |
unmarshaller
An unmarshaller encoding the exception raised by the remote object.
|
Constructor and Description |
---|
ServerException(UnMarshaller unmarshaller)
Constructs a new ServerException with an unmarshaller encoding the
exception raised by the remote object.
|
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace
public UnMarshaller unmarshaller
public ServerException(UnMarshaller unmarshaller)
unmarshaller
- an unmarshaller.