com.cafesoft.cams.session
Class SessionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.cams.session.SessionException
All Implemented Interfaces:
Serializable

public class SessionException
extends NestedException

The SessionException class extends the Exception class and is used to report error conditions that occur within the group of Session objects.

Since:
08/09/05
See Also:
Serialized Form

Constructor Summary
SessionException()
          Create a new SessionException
SessionException(String message)
          Create a new SessionException
SessionException(String message, Throwable cause)
          Create a new SessionException
 
Method Summary
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionException

public SessionException()
Create a new SessionException


SessionException

public SessionException(String message)
Create a new SessionException

Parameters:
message - the String that contains a detailed message

SessionException

public SessionException(String message,
                        Throwable cause)
Create a new SessionException

Parameters:
message - the String that contains a detailed message
cause - throwable that caused this exception


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.