|
|||||||||
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.joram.shared.excepts.MomException
org.objectweb.joram.shared.excepts.StateException
public class StateException
A StateException
is thrown by a destination or a proxy when
processing a request in an invalid state.
Field Summary | |
---|---|
private static long |
serialVersionUID
|
Fields inherited from class org.objectweb.joram.shared.excepts.MomException |
---|
type |
Constructor Summary | |
---|---|
StateException(java.lang.String info)
Constructs a Statexception instance. |
Method Summary |
---|
Methods inherited from class org.objectweb.joram.shared.excepts.MomException |
---|
getType |
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 |
Field Detail |
---|
private static final long serialVersionUID
Constructor Detail |
---|
public StateException(java.lang.String info)
Statexception
instance.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |