com.cafesoft.cams.session
Class SessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
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
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 messagecause - throwable that caused this exception
Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.