com.vinculumtech.carrierwave.session
Class ClientSessionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.vinculumtech.carrierwave.session.ClientSessionException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
NotConnectedException, SessionFailureException

public class ClientSessionException
extends java.lang.Exception

The ClientSessionException is the base exception class for client side exceptions thrown by the ClientSession class.

Version:
$Id: //depot/carrierwave/src/shared/com/vinculumtech/carrierwave/session/ClientSessionException.java#3 $
See Also:
Serialized Form

Constructor Summary
protected ClientSessionException()
           
  ClientSessionException(java.lang.String message)
           
  ClientSessionException(java.lang.String message, java.lang.Throwable target)
           
protected ClientSessionException(java.lang.Throwable target)
           
 
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

ClientSessionException

protected ClientSessionException()

ClientSessionException

public ClientSessionException(java.lang.String message)

ClientSessionException

public ClientSessionException(java.lang.String message,
                              java.lang.Throwable target)

ClientSessionException

protected ClientSessionException(java.lang.Throwable target)


Copyright (C) 2002 Vinculum Technologies, Inc. All Rights Reserved.