Class SampleAnalysisDuplicateException

    • 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

      • SampleAnalysisDuplicateException

        public SampleAnalysisDuplicateException​(java.lang.String message)
        Construct a new SampleAnalysisDuplicateException with the specified message.
        Parameters:
        message - the message explaining the exception.
      • SampleAnalysisDuplicateException

        public SampleAnalysisDuplicateException​(java.lang.String message,
                                                java.lang.Throwable cause)
        Construct a new SampleAnalysisDuplicateException with the specified message and original cause.
        Parameters:
        message - the message explaining the exception.
        cause - the original cause of the exception.