Uses of Class
org.objectweb.joram.shared.excepts.MomException
-
Packages that use MomException Package Description org.objectweb.joram.mom.notifications Theorg.objectweb.joram.mom.notificationspackage holds the notifications used for interacting with the MOM destination agents.org.objectweb.joram.mom.proxies Theorg.objectweb.joram.mom.proxiespackage holds the classes implementing the MOM proxy, basically linking external client applications to destination agents.org.objectweb.joram.shared.client Theorg.objectweb.joram.shared.clientpackage holds the request and reply objects used in the client-provider interactions.org.objectweb.joram.shared.excepts Theorg.objectweb.joram.shared.exceptspackage holds the exceptions thrown by the MOM's proxy and destination agents, and related to processing a client request. -
-
Uses of MomException in org.objectweb.joram.mom.notifications
Fields in org.objectweb.joram.mom.notifications declared as MomException Modifier and Type Field Description private MomExceptionExceptionReply. exceptTheMomExceptionwhich occured when processing the request.Methods in org.objectweb.joram.mom.notifications that return MomException Modifier and Type Method Description MomExceptionExceptionReply. getException()Returns the exception wrapped by the reply.Constructors in org.objectweb.joram.mom.notifications with parameters of type MomException Constructor Description ExceptionReply(AbstractRequestNot request, MomException except)Constructs anExceptionReplyinstance.ExceptionReply(MomException except)Constructs anExceptionReplyinstance. -
Uses of MomException in org.objectweb.joram.mom.proxies
Methods in org.objectweb.joram.mom.proxies with parameters of type MomException Modifier and Type Method Description voidConnectionContext. pushError(MomException exc)voidReliableConnectionContext. pushError(MomException exc)voidStandardConnectionContext. pushError(MomException exc) -
Uses of MomException in org.objectweb.joram.shared.client
Constructors in org.objectweb.joram.shared.client with parameters of type MomException Constructor Description MomExceptionReply(int correlationId, MomException exc)Constructs aMomExceptionReplyinstance.MomExceptionReply(MomException exc)Constructs aMomExceptionReplyinstance. -
Uses of MomException in org.objectweb.joram.shared.excepts
Subclasses of MomException in org.objectweb.joram.shared.excepts Modifier and Type Class Description classAccessExceptionAnAccessExceptionis thrown by a destination when processing a request of a client which does not have valid rights for this request.classDestinationExceptionADestinationExceptionis thrown by a destination while deleting if requesters are still active, and in a proxy method when trying to access a non existing destination.classMessageValueExceptionAMessageValueExceptionis thrown when a value carried by a message is incorrectly accessed or typed.classRequestExceptionARequestExceptionis thrown by a destination or a proxy when processing an invalid client request.classSelectorExceptionASelectorExceptionis thrown when an error occurs while parsing a selector expression.classStateExceptionAStateExceptionis thrown by a destination or a proxy when processing a request in an invalid state.
-