org.eclipse.net4j.util.lifecycle
Class LifecycleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by org.eclipse.net4j.util.lifecycle.LifecycleException
All Implemented Interfaces:
Serializable

public class LifecycleException
extends IllegalStateException

An unchecked wrapper exception for checked exceptions being thrown from Lifecycle.doActivate().

See Also:
Serialized Form
No Extend
This class is not intended to be subclassed by clients.

Constructor Summary
LifecycleException()
           
LifecycleException(String message)
           
LifecycleException(String message, Throwable cause)
           
LifecycleException(Throwable cause)
           
 
Method Summary
 
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()

LifecycleException

public LifecycleException(String message)

LifecycleException

public LifecycleException(Throwable cause)

LifecycleException

public LifecycleException(String message,
                          Throwable cause)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.