Uses of Package
org.objectweb.joram.shared.excepts
-
Packages that use org.objectweb.joram.shared.excepts Package Description org.objectweb.joram.mom.dest Theorg.objectweb.joram.mom.destpackage holds the classes implementing the queue, topic and specialized destinations provided by JORAM's MOM.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.org.objectweb.joram.shared.messages Theorg.objectweb.joram.shared.messagespackage provides the implementation classes of the messages routed by the MOM.org.objectweb.joram.shared.selectors Theorg.objectweb.joram.shared.selectorpackage holds the classes implementing the selector feature, used for filtering the messages according to their properties. -
Classes in org.objectweb.joram.shared.excepts used by org.objectweb.joram.mom.dest Class Description AccessException AnAccessExceptionis thrown by a destination when processing a request of a client which does not have valid rights for this request.RequestException ARequestExceptionis thrown by a destination or a proxy when processing an invalid client request. -
Classes in org.objectweb.joram.shared.excepts used by org.objectweb.joram.mom.notifications Class Description MomException TheMomExceptionclass is the exception class thrown by the MOM actors. -
Classes in org.objectweb.joram.shared.excepts used by org.objectweb.joram.mom.proxies Class Description AccessException AnAccessExceptionis thrown by a destination when processing a request of a client which does not have valid rights for this request.DestinationException ADestinationExceptionis thrown by a destination while deleting if requesters are still active, and in a proxy method when trying to access a non existing destination.MomException TheMomExceptionclass is the exception class thrown by the MOM actors.RequestException ARequestExceptionis thrown by a destination or a proxy when processing an invalid client request.StateException AStateExceptionis thrown by a destination or a proxy when processing a request in an invalid state. -
Classes in org.objectweb.joram.shared.excepts used by org.objectweb.joram.shared.client Class Description MomException TheMomExceptionclass is the exception class thrown by the MOM actors. -
Classes in org.objectweb.joram.shared.excepts used by org.objectweb.joram.shared.excepts Class Description MomException TheMomExceptionclass is the exception class thrown by the MOM actors. -
Classes in org.objectweb.joram.shared.excepts used by org.objectweb.joram.shared.messages Class Description MessageValueException AMessageValueExceptionis thrown when a value carried by a message is incorrectly accessed or typed. -
Classes in org.objectweb.joram.shared.excepts used by org.objectweb.joram.shared.selectors Class Description SelectorException ASelectorExceptionis thrown when an error occurs while parsing a selector expression.