org.exolab.core.foundation
Class FailedToDestroySessionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.exolab.core.foundation.FailedToDestroySessionException
All Implemented Interfaces:
java.io.Serializable

public class FailedToDestroySessionException
extends java.lang.Exception

This exception is raised when the session manager cannot delete one of its pre-allocated sessions. This is quite a fatal error that signals inconsistencies within the session manager

Version:
$Revision: 1.1 $ $Date: 2000/02/22 07:37:55 $
Author:
Jim Alateras
See Also:
Serialized Form

Constructor Summary
FailedToDestroySessionException()
          Default constructor with no additional info.
FailedToDestroySessionException(java.lang.String reason)
          Construct an instance of this exception with the specified reason.
 
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

FailedToDestroySessionException

public FailedToDestroySessionException()
Default constructor with no additional info.


FailedToDestroySessionException

public FailedToDestroySessionException(java.lang.String reason)
Construct an instance of this exception with the specified reason.

Parameters:
reason -


Copyright © 1999-2005 The Exolab Group. All Rights Reserved.