Class ActivitiIllegalArgumentException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ActivitiIllegalArgumentException
    extends ActivitiException
    An exception indicating that an illegal argument has been supplied in an Activiti API-call, an illegal value was configured in the engine's configuration or an illegal value has been supplied or an illegal value is used in a process-definition.
    See Also:
    Serialized Form
    • Method Summary

      • 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

      • ActivitiIllegalArgumentException

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

        public ActivitiIllegalArgumentException​(java.lang.String message,
                                                java.lang.Throwable cause)