|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.objectweb.jonathan.apis.kernel.JonathanException
org.objectweb.jonathan.apis.protocols.ServerException
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. |
Methods inherited from class org.objectweb.jonathan.apis.kernel.JonathanException |
getMessage, printStackTrace, printStackTrace, printStackTrace, represents, toString |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public UnMarshaller unmarshaller
Constructor Detail |
public ServerException(UnMarshaller unmarshaller)
unmarshaller
- an unmarshaller.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |