Class ProcessFlowSearchException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ProcessFlowSearchException
    extends AbstractCheckedException
    Thrown when an error is encountered when searching process flows.
    Since:
    2.4
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      ProcessFlowSearchException​(java.lang.String message)
      Constructs a ProcessFlowSearchException with the specified detail message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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

      • ProcessFlowSearchException

        public ProcessFlowSearchException​(java.lang.String message)
        Constructs a ProcessFlowSearchException with the specified detail message.
        Parameters:
        message - The detail message (which is saved for later retrieval by AbstractCheckedException.getMessage()).