Class LifecycleException

  • All Implemented Interfaces:
    java.io.Serializable

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

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String message)
      • LifecycleException

        public LifecycleException​(java.lang.Throwable cause)
      • LifecycleException

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