Class ObjectStopException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.github.devmix.process.acto.exceptions.ObjectStopException
All Implemented Interfaces:
Serializable

public class ObjectStopException extends RuntimeException
An exception indicating that an object failed to stop due to a blocking condition or external factor.
Author:
Sergey Grachev
See Also:
  • Constructor Details

    • ObjectStopException

      public ObjectStopException(String message, Object blockedById)
      Constructs an instance of ObjectStopException with the specified detail message and the ID of the object that blocked the stop.
      Parameters:
      message - The detail message.
      blockedById - The ID of the object that blocked the stop.