uk.ac.starlink.datanode.nodes
Class NoSuchDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.ac.starlink.datanode.nodes.NoSuchDataException
All Implemented Interfaces:
Serializable

public class NoSuchDataException
extends Exception

Exception thrown when construction of a DataNode fails with some reasonable cause.

See Also:
Serialized Form

Constructor Summary
NoSuchDataException(String message)
           
NoSuchDataException(String message, Throwable th)
           
NoSuchDataException(Throwable th)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoSuchDataException

public NoSuchDataException(String message)

NoSuchDataException

public NoSuchDataException(Throwable th)

NoSuchDataException

public NoSuchDataException(String message,
                           Throwable th)


Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.