org.apache.slide.common
Class ServiceConnectionFailedException

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

public class ServiceConnectionFailedException
extends SlideException

Service connection failed.

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

Constructor Summary
ServiceConnectionFailedException(Service service, java.lang.Exception e)
          Constructor.
ServiceConnectionFailedException(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

ServiceConnectionFailedException

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

ServiceConnectionFailedException

public ServiceConnectionFailedException(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