org.jwarp.service
Class ServiceNotReadyException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.service.ServiceException
                    |
                    +--org.jwarp.service.ServiceNotReadyException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNotReadyException
extends ServiceException

Exception thrown when a service is accessed which is not ready to accept connections e.g. cause its initialization failed.

Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
ServiceNotReadyException(java.lang.String message)
          Creates a new exception
 
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

ServiceNotReadyException

public ServiceNotReadyException(java.lang.String message)
Creates a new exception
Parameters:
message - The message

©   O R C A   S y s t e m s