Uses of Class
org.objectweb.joram.shared.excepts.MomException

Packages that use MomException
org.objectweb.joram.mom.notifications The org.objectweb.joram.mom.notifications package holds the notifications used for interacting with the MOM destination agents. 
org.objectweb.joram.mom.proxies The org.objectweb.joram.mom.proxies package holds the classes implementing the MOM proxy, basically linking external client applications to destination agents. 
org.objectweb.joram.shared.client The org.objectweb.joram.shared.client package holds the request and reply objects used in the client-provider interactions. 
org.objectweb.joram.shared.excepts The org.objectweb.joram.shared.excepts package 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
private  MomException ExceptionReply.except
          The MomException which occured when processing the request.
 

Methods in org.objectweb.joram.mom.notifications that return MomException
 MomException ExceptionReply.getException()
          Returns the exception wrapped by the reply.
 

Constructors in org.objectweb.joram.mom.notifications with parameters of type MomException
ExceptionReply(AbstractRequestNot request, MomException except)
          Constructs an ExceptionReply instance.
ExceptionReply(MomException except)
          Constructs an ExceptionReply instance.
 

Uses of MomException in org.objectweb.joram.mom.proxies
 

Methods in org.objectweb.joram.mom.proxies with parameters of type MomException
 void StandardConnectionContext.pushError(MomException exc)
           
 void ReliableConnectionContext.pushError(MomException exc)
           
 void ConnectionContext.pushError(MomException exc)
           
 

Uses of MomException in org.objectweb.joram.shared.client
 

Constructors in org.objectweb.joram.shared.client with parameters of type MomException
MomExceptionReply(int correlationId, MomException exc)
          Constructs a MomExceptionReply instance.
MomExceptionReply(MomException exc)
          Constructs a MomExceptionReply instance.
 

Uses of MomException in org.objectweb.joram.shared.excepts
 

Subclasses of MomException in org.objectweb.joram.shared.excepts
 class AccessException
          An AccessException is thrown by a destination when processing a request of a client which does not have valid rights for this request.
 class DestinationException
          A DestinationException is thrown by a destination while deleting if requesters are still active, and in a proxy method when trying to access a non existing destination.
 class MessageException
          A MessageException is thrown when an error occurs while accessing a message.
 class MessageROException
          A MessageROException is thrown when trying to write on a READ-ONLY part of a message.
 class MessageValueException
          A MessageValueException is thrown when a value carried by a message is incorrectly accessed or typed.
 class RequestException
          A RequestException is thrown by a destination or a proxy when processing an invalid client request.
 class SelectorException
          A SelectorException is thrown when an error occurs while parsing a selector expression.
 class StateException
          A StateException is thrown by a destination or a proxy when processing a request in an invalid state.
 



Copyright © 2010 ScalAgent D.T.. All Rights Reserved.