Class FlowableObjectNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JobNotFoundException

public class FlowableObjectNotFoundException extends FlowableException
An exception indicating that the object that is required or actioned on does not exist.
Author:
Frederik Heremans
See Also:
  • Constructor Details

    • FlowableObjectNotFoundException

      public FlowableObjectNotFoundException(String message)
    • FlowableObjectNotFoundException

      public FlowableObjectNotFoundException(String message, Class<?> objectClass)
    • FlowableObjectNotFoundException

      public FlowableObjectNotFoundException(Class<?> objectClass)
    • FlowableObjectNotFoundException

      public FlowableObjectNotFoundException(String message, Class<?> objectClass, Throwable cause)
  • Method Details

    • getObjectClass

      public Class<?> getObjectClass()
      The class of the object that was not found. Contains the interface-class of the object that was not found.