Class DataObjectException

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

public class DataObjectException extends Exception
Exception thrown when a data object which was expected to be present cannot be supplied.
Since:
19 Jan 2005
Author:
Mark Taylor (Starlink)
See Also:
  • Constructor Details

    • DataObjectException

      public DataObjectException(String msg)
    • DataObjectException

      public DataObjectException(String msg, Throwable th)
    • DataObjectException

      public DataObjectException(Throwable th)