Class DeleteGalaxyObjectFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ca.corefacility.bioinformatics.irida.exceptions.ExecutionManagerException
-
- ca.corefacility.bioinformatics.irida.exceptions.galaxy.DeleteGalaxyObjectFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class DeleteGalaxyObjectFailedException extends ExecutionManagerException
Exception when there is a failure to delete a Galaxy object.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeleteGalaxyObjectFailedException(java.lang.String message)
Constructs a new CreateLibraryException with the given message.DeleteGalaxyObjectFailedException(java.lang.String message, java.lang.Throwable cause)
Constructs a new DeleteGalaxyObjectFailedException with the given message and cause.DeleteGalaxyObjectFailedException(java.lang.Throwable cause)
Constructs a new DeleteGalaxyObjectFailedException with the given cause.
-
-
-
Constructor Detail
-
DeleteGalaxyObjectFailedException
public DeleteGalaxyObjectFailedException(java.lang.String message)
Constructs a new CreateLibraryException with the given message.- Parameters:
message
- The message explaining the error.
-
DeleteGalaxyObjectFailedException
public DeleteGalaxyObjectFailedException(java.lang.Throwable cause)
Constructs a new DeleteGalaxyObjectFailedException with the given cause.- Parameters:
cause
- The cause of this error.
-
DeleteGalaxyObjectFailedException
public DeleteGalaxyObjectFailedException(java.lang.String message, java.lang.Throwable cause)
Constructs a new DeleteGalaxyObjectFailedException with the given message and cause.- Parameters:
message
- The message explaining the error.cause
- The cause of this message.
-
-