SCA API

org.osoa.sca
Class SessionEndedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.osoa.sca.ServiceRuntimeException
                  extended by org.osoa.sca.SessionEndedException
All Implemented Interfaces:
Serializable

public class SessionEndedException
extends ServiceRuntimeException

Exception thrown to indicate the session being used for a stateful interaction has been ended.

Version:
$Rev: 408581 $ $Date: 2006-05-21 23:34:24 -0700 (Sun, 21 May 2006) $
See Also:
Serialized Form

Constructor Summary
SessionEndedException()
          Override constructor from ServiceRuntimeException.
SessionEndedException(String message)
          Override constructor from ServiceRuntimeException.
SessionEndedException(String message, Throwable cause)
          Override constructor from ServiceRuntimeException.
SessionEndedException(Throwable cause)
          Override constructor from ServiceRuntimeException.
 
Method Summary
 
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

SessionEndedException

public SessionEndedException()
Override constructor from ServiceRuntimeException.

See Also:
ServiceRuntimeException

SessionEndedException

public SessionEndedException(String message)
Override constructor from ServiceRuntimeException.

Parameters:
message - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException

SessionEndedException

public SessionEndedException(String message,
                             Throwable cause)
Override constructor from ServiceRuntimeException.

Parameters:
message - passed to ServiceRuntimeException
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException

SessionEndedException

public SessionEndedException(Throwable cause)
Override constructor from ServiceRuntimeException.

Parameters:
cause - passed to ServiceRuntimeException
See Also:
ServiceRuntimeException

SCA API

-