org.jwarp.service
Class ServiceInitializationException

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

public class ServiceInitializationException
extends ServiceException

Exception thrown when a service can not be initialized.

Version:
1.0
Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
ServiceInitializationException(java.lang.Exception e)
          Creates an anonymous exception
ServiceInitializationException(java.lang.String message)
          Creates an 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

ServiceInitializationException

public ServiceInitializationException(java.lang.String message)
Creates an exception
Parameters:
message - The message

ServiceInitializationException

public ServiceInitializationException(java.lang.Exception e)
Creates an anonymous exception

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