Class FlowableObjectNotFoundException

  • All Implemented Interfaces:
    Serializable

    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:
    Serialized Form
    • Constructor Detail

      • 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 Detail

      • getObjectClass

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