Package uk.ac.starlink.datanode.nodes
Class NoSuchDataException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- uk.ac.starlink.datanode.nodes.NoSuchDataException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoSuchDataException extends java.lang.Exception
Exception thrown when construction of a DataNode fails with some reasonable cause.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoSuchDataException(java.lang.String message)
NoSuchDataException(java.lang.String message, java.lang.Throwable th)
NoSuchDataException(java.lang.Throwable th)
-