Class LifecycleException

All Implemented Interfaces:
Serializable

public class LifecycleException extends RuntimeException
Exception thrown during lifecycle operations
See Also:
  • Constructor Details

    • LifecycleException

      public LifecycleException(String agentId, String message)
    • LifecycleException

      public LifecycleException(String agentId, String message, Throwable cause)
  • Method Details