com.cafesoft.cams.session.control
Class SessionControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cafesoft.core.exception.NestedException
com.cafesoft.cams.session.control.SessionControlException
- All Implemented Interfaces:
- Serializable
public class SessionControlException
- extends NestedException
Represents an exceptional condition encountered while requesting access to a
Cams authentication Session.
- Since:
- 5/3/2002
- See Also:
- Serialized Form
SessionControlException
public SessionControlException()
- Create a new SessionControlException.
SessionControlException
public SessionControlException(String message)
- Create a new SessionControlException.
- Parameters:
message - the String that contains a detailed message
SessionControlException
public SessionControlException(String message,
Throwable cause)
- Create a new SessionControlException.
- 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.