Class ActivitiObjectNotFoundException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    JobNotFoundException

    public class ActivitiObjectNotFoundException
    extends ActivitiException
    An exception indicating that the object that is required or actioned on does not exist.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Class<?> getObjectClass()
      The class of the object that was not found.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActivitiObjectNotFoundException

        public ActivitiObjectNotFoundException​(java.lang.String message)
      • ActivitiObjectNotFoundException

        public ActivitiObjectNotFoundException​(java.lang.String message,
                                               java.lang.Class<?> objectClass)
      • ActivitiObjectNotFoundException

        public ActivitiObjectNotFoundException​(java.lang.Class<?> objectClass)
      • ActivitiObjectNotFoundException

        public ActivitiObjectNotFoundException​(java.lang.String message,
                                               java.lang.Class<?> objectClass,
                                               java.lang.Throwable cause)
    • Method Detail

      • getObjectClass

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