com.vinculumtech.carrierwave.session
Class SessionFailureException

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

public class SessionFailureException
extends ClientSessionException

A SessionFailureException is thrown if there is any unhandled failure from the underlying ORB or application server.

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

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

SessionFailureException

public SessionFailureException(java.lang.String message)

SessionFailureException

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


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