examples.e2e.common
Class IllegalStateException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.bea.p13n.exceptions.ApplicationException
|
+--com.bea.p13n.appflow.exception.ProcessingException
|
+--examples.e2e.common.E2EProcessingException
|
+--examples.e2e.common.IllegalStateException
- public class IllegalStateException
- extends E2EProcessingException
This exception indicates that an illegal state exists in the
application. Generally this exception is used when the
client (browser) is out of sync with the server (session).
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
getMessage |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
IllegalStateException
public IllegalStateException()
IllegalStateException
public IllegalStateException(java.lang.String message)
IllegalStateException
public IllegalStateException(java.lang.String message,
java.lang.Throwable embeddedException)
IllegalStateException
public IllegalStateException(java.lang.Throwable embeddedException)
Copyright © 2002 BEA Systems, Inc. All Rights Reserved