org.apache.slide.common
Class ServiceResetFailedException

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

public class ServiceResetFailedException
extends SlideException

Service reset failed.

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

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

Constructor Detail

ServiceResetFailedException

public ServiceResetFailedException(Service service,
                                   java.lang.String cause)
Constructor.
Parameters:
service - Service
cause - Problem which occured during the reset attempt