org.apache.slide.common
Class ServiceRegistrationFailedException

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

public class ServiceRegistrationFailedException
extends SlideException

Service registration failed.

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

Fields inherited from class java.lang.Exception
serialVersionUID
 
Constructor Summary
ServiceRegistrationFailedException(java.lang.Class service)
          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

ServiceRegistrationFailedException

public ServiceRegistrationFailedException(java.lang.Class service)
Constructor.
Parameters:
service - Class object of the service we failed to register