com.claritysys.util
Class ServiceInitializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.claritysys.util.NestedException
              extended by com.claritysys.util.ServiceInitializationException
All Implemented Interfaces:
java.io.Serializable

public class ServiceInitializationException
extends NestedException

An exception wrapping another exception that occured during initialization of a service.

Version:
$Revision: 2348 $ $Date: 2004-12-01 16:12:21 -0800 (Wed, 01 Dec 2004) $
See Also:
Serialized Form

Constructor Summary
ServiceInitializationException(java.lang.Exception except)
           
ServiceInitializationException(java.lang.String message)
           
ServiceInitializationException(java.lang.String message, java.lang.Exception except)
           
 
Method Summary
 
Methods inherited from class com.claritysys.util.NestedException
getException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, 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,
                                      java.lang.Exception except)

ServiceInitializationException

public ServiceInitializationException(java.lang.String message)

ServiceInitializationException

public ServiceInitializationException(java.lang.Exception except)


Copyright ? 2002 Clarity Systems Group, LLC. All Rights Reserved.