Joram ${version}

org.objectweb.joram.shared.excepts
Class StateException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.objectweb.joram.shared.excepts.MomException
              extended byorg.objectweb.joram.shared.excepts.StateException
All Implemented Interfaces:
java.io.Serializable

public class StateException
extends MomException

A StateException is thrown by a destination or a proxy when processing a request in an invalid state.

See Also:
Serialized Form

Constructor Summary
StateException(java.lang.String info)
          Constructs a Statexception instance.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StateException

public StateException(java.lang.String info)
Constructs a Statexception instance.


Joram ${version}

Copyright © 2005 Scalagent - All rights reserved