© 2002 BEA Systems, Inc.


com.bea.p13n.appflow.exception
Class InvalidSessionStateException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.bea.p13n.exceptions.ApplicationException
                    |
                    +--com.bea.p13n.appflow.exception.InvalidSessionStateException

public class InvalidSessionStateException
extends ApplicationException

This exception will be thrown if the HttpSession is new.

InvalidSessionStateExceptions or sub-classes of InvalidSessionStateException are meant to be thrown by Input Processors if the HttpSession is new

See Also:
InputProcessor, Serialized Form

Constructor Summary
InvalidSessionStateException()
           
InvalidSessionStateException(java.lang.String message)
           
InvalidSessionStateException(java.lang.String message, java.lang.Throwable embeddedException)
           
InvalidSessionStateException(java.lang.Throwable embeddedException)
           
 
Methods inherited from class com.bea.p13n.exceptions.ApplicationException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
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
 

Constructor Detail

InvalidSessionStateException

public InvalidSessionStateException()

InvalidSessionStateException

public InvalidSessionStateException(java.lang.String message)

InvalidSessionStateException

public InvalidSessionStateException(java.lang.String message,
                                    java.lang.Throwable embeddedException)

InvalidSessionStateException

public InvalidSessionStateException(java.lang.Throwable embeddedException)

© 2002 BEA Systems, Inc.

Copyright © 2002 BEA Systems, Inc. All Rights Reserved