Class LifecycleException

All Implemented Interfaces:
Serializable

public class LifecycleException extends IllegalStateException
An unchecked wrapper exception for checked exceptions being thrown from Lifecycle.doActivate().
Author:
Eike Stepper
See Also:
No Extend
This class is not intended to be subclassed by clients.
  • Constructor Details

    • LifecycleException

      public LifecycleException()
    • LifecycleException

      public LifecycleException(String message)
    • LifecycleException

      public LifecycleException(Throwable cause)
    • LifecycleException

      public LifecycleException(String message, Throwable cause)