org.apache.slide.common
Class ServiceDisconnectionFailedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.slide.common.SlideException
                    |
                    +--org.apache.slide.common.ServiceDisconnectionFailedException
All Implemented Interfaces:
java.io.Serializable

public class ServiceDisconnectionFailedException
extends SlideException

Service disconnection failed.

Version:
$Revision: 1.2 $
Author:
Remy Maucherat
See Also:
Serialized Form

Constructor Summary
ServiceDisconnectionFailedException(Service service, java.lang.Exception e)
          Constructor.
ServiceDisconnectionFailedException(Service service, java.lang.String cause)
          Constructor.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceDisconnectionFailedException

public ServiceDisconnectionFailedException(Service service,
                                           java.lang.String cause)
Constructor.
Parameters:
service - Service from which the exception was thrown
cause - Cause of the exception

ServiceDisconnectionFailedException

public ServiceDisconnectionFailedException(Service service,
                                           java.lang.Exception e)
Constructor.
Parameters:
service - Service from which the exception was thrown
e - Exception which is the initial cause of the problem