org.smartcomps.twister.common.lifecycle
Class LifecycleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.smartcomps.twister.common.lifecycle.LifecycleException
All Implemented Interfaces:
java.io.Serializable

public class LifecycleException
extends java.lang.Exception

Thrown when a lifecycla manager can't be created or a resource can't be created, started, stopped or destroyed.

See Also:
Serialized Form

Constructor Summary
LifecycleException(java.lang.String message)
           
LifecycleException(java.lang.String message, java.lang.Throwable cause)
           
LifecycleException(java.lang.Throwable cause)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LifecycleException

public LifecycleException(java.lang.String message)

LifecycleException

public LifecycleException(java.lang.String message,
                          java.lang.Throwable cause)

LifecycleException

public LifecycleException(java.lang.Throwable cause)


Copyright © 2003 SmartComps. All Rights Reserved.