com.cafesoft.cams.session
Class MalformedSessionIdException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.cafesoft.core.exception.NestedException
                    |
                    +--com.cafesoft.cams.session.MalformedSessionIdException
All Implemented Interfaces:
Serializable

public class MalformedSessionIdException
extends NestedException

Thrown if a SessionId is malformed.

Since:
12/4/02
See Also:
Serialized Form

Constructor Summary
MalformedSessionIdException()
          Creates a new MalformedSessionIdException.
MalformedSessionIdException(String message)
          Creates a new MalformedSessionIdException.
MalformedSessionIdException(String message, Throwable cause)
          Creates a new MalformedSessionIdException.
MalformedSessionIdException(Throwable cause)
          Creates a new MalformedSessionIdException.
 
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

MalformedSessionIdException

public MalformedSessionIdException()
Creates a new MalformedSessionIdException.


MalformedSessionIdException

public MalformedSessionIdException(String message)
Creates a new MalformedSessionIdException.

Parameters:
message - a textual message

MalformedSessionIdException

public MalformedSessionIdException(Throwable cause)
Creates a new MalformedSessionIdException.

Parameters:
cause - the cause of this Exception

MalformedSessionIdException

public MalformedSessionIdException(String message,
                                   Throwable cause)
Creates a new MalformedSessionIdException.

Parameters:
message - a textual message.
cause - the cause of this Exception


Generated on 10:40:31 AM September 10, 2003, © 1996-2003 Cafésoft LLC. All rights reserved.