Class IridaWorkflowNoParameterException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IridaWorkflowNoParameterException
    extends IridaWorkflowParameterException
    Defines an exception in cases of no parameters within an IRIDA workflow.
    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

      • IridaWorkflowNoParameterException

        public IridaWorkflowNoParameterException​(java.lang.String message,
                                                 java.lang.Throwable cause)
        Constructs a new IridaWorkflowNoParameterException with the given message and cause.
        Parameters:
        message - The message explaining the error.
        cause - The cause of this message.
      • IridaWorkflowNoParameterException

        public IridaWorkflowNoParameterException​(java.lang.String message)
        Constructs a new IridaWorkflowNoParameterException with the given message.
        Parameters:
        message - The message explaining the error.