Class PostProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.PostProcessingException
-
- All Implemented Interfaces:
java.io.Serializable
public class PostProcessingException extends java.lang.Exception
Exception thrown when aAnalysisSampleUpdater
fails during post processing- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostProcessingException(java.lang.String message)
PostProcessingException(java.lang.String message, java.lang.Throwable cause)
-