Class LifecycleException

All Implemented Interfaces:
Serializable

public class LifecycleException extends RuntimeException
An exception thrown during a lifecycle transition such as startup or shutdown of the proxy.
See Also:
  • Constructor Details

    • LifecycleException

      public LifecycleException(String message, Throwable cause)
    • LifecycleException

      public LifecycleException(String message)