Class ConcatenateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.ConcatenateException
-
- All Implemented Interfaces:
java.io.Serializable
public class ConcatenateException extends java.lang.ExceptionException thrown when there's an issue with aSequencingObjectConcatenator- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConcatenateException(java.lang.String message)ConcatenateException(java.lang.String message, java.lang.Throwable cause)
-