Class CreateLibraryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.ExecutionManagerException
-
- ca.corefacility.bioinformatics.irida.exceptions.UploadException
-
- ca.corefacility.bioinformatics.irida.exceptions.galaxy.CreateLibraryException
-
- All Implemented Interfaces:
java.io.Serializable
public class CreateLibraryException extends UploadException
When there is an issue building a new data library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateLibraryException()
Constructs a new CreateLibraryException with no information.CreateLibraryException(java.lang.String message)
Constructs a new CreateLibraryException with the given message.CreateLibraryException(java.lang.String message, java.lang.Throwable cause)
Constructs a new CreateLibraryException with the given message and cause.CreateLibraryException(java.lang.Throwable cause)
Constructs a new CreateLibraryException with the given cause.
-
-
-
Constructor Detail
-
CreateLibraryException
public CreateLibraryException(java.lang.String message, java.lang.Throwable cause)
Constructs a new CreateLibraryException with the given message and cause.- Parameters:
message
- The message explaining the error.cause
- The cause of this message.
-
CreateLibraryException
public CreateLibraryException(java.lang.String message)
Constructs a new CreateLibraryException with the given message.- Parameters:
message
- The message explaining the error.
-
CreateLibraryException
public CreateLibraryException(java.lang.Throwable cause)
Constructs a new CreateLibraryException with the given cause.- Parameters:
cause
- The cause of this error.
-
CreateLibraryException
public CreateLibraryException()
Constructs a new CreateLibraryException with no information.
-
-