com.vinculumtech.carrierwave.session
Class NotConnectedException

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

public class NotConnectedException
extends ClientSessionException

A NotConnectedException is thrown if the current ClientSession is not connected to the remote server.

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

Constructor Summary
NotConnectedException()
           
NotConnectedException(java.lang.String message)
           
 
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

NotConnectedException

public NotConnectedException()

NotConnectedException

public NotConnectedException(java.lang.String message)


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