Class NoSuchCopyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- nl.esciencecenter.xenon.XenonException
-
- nl.esciencecenter.xenon.filesystems.NoSuchCopyException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchCopyException extends XenonException
Signals that a unknown Copy handle was provided.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NoSuchCopyException(java.lang.String adaptorName, java.lang.String message)
NoSuchCopyException(java.lang.String adaptorName, java.lang.String message, java.lang.Throwable t)
-
Method Summary
-
Methods inherited from class nl.esciencecenter.xenon.XenonException
getMessage
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-