Class LifecycleException

All Implemented Interfaces:
Serializable

public class LifecycleException extends RuntimeException
RuntimeException to use when starting the lifecycle
See Also:
  • Constructor Details

    • LifecycleException

      public LifecycleException(String message, Exception e)
    • LifecycleException

      public LifecycleException(String message)
    • LifecycleException

      public LifecycleException(Exception e)