Class RemoteFileNotCachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ca.corefacility.bioinformatics.irida.exceptions.RemoteFileNotCachedException
-
- All Implemented Interfaces:
java.io.Serializable
public class RemoteFileNotCachedException extends java.lang.RuntimeException
Exception thrown when a remote file is attempted to be used before it has been cached locally.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RemoteFileNotCachedException(java.lang.String message)
RemoteFileNotCachedException(java.lang.String message, java.lang.Throwable cause)
-