Class ExecutionManagerObjectNotFoundException
- 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.ExecutionManagerObjectNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
NoGalaxyHistoryException
public class ExecutionManagerObjectNotFoundException extends UploadException
Exception thrown if an object is not found by the execution manager- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExecutionManagerObjectNotFoundException()
Constructs a new ExecutionManagerObjectNotFoundException with no information.ExecutionManagerObjectNotFoundException(java.lang.String message)
Constructs a new ExecutionManagerObjectNotFoundException with the given message.ExecutionManagerObjectNotFoundException(java.lang.String message, java.lang.Throwable cause)
Constructs a new ExecutionManagerObjectNotFoundException with the given message and cause.ExecutionManagerObjectNotFoundException(java.lang.Throwable cause)
Constructs a new ExecutionManagerObjectNotFoundException with the given cause.
-
-
-
Constructor Detail
-
ExecutionManagerObjectNotFoundException
public ExecutionManagerObjectNotFoundException()
Constructs a new ExecutionManagerObjectNotFoundException with no information.
-
ExecutionManagerObjectNotFoundException
public ExecutionManagerObjectNotFoundException(java.lang.String message, java.lang.Throwable cause)
Constructs a new ExecutionManagerObjectNotFoundException with the given message and cause.- Parameters:
message
- The message explaining the error.cause
- The cause of this message.
-
ExecutionManagerObjectNotFoundException
public ExecutionManagerObjectNotFoundException(java.lang.String message)
Constructs a new ExecutionManagerObjectNotFoundException with the given message.- Parameters:
message
- The message explaining the error.
-
ExecutionManagerObjectNotFoundException
public ExecutionManagerObjectNotFoundException(java.lang.Throwable cause)
Constructs a new ExecutionManagerObjectNotFoundException with the given cause.- Parameters:
cause
- The cause of this error.
-
-