Class DataObjectException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DataObjectException
    extends java.lang.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • DataObjectException

        public DataObjectException​(java.lang.String msg)
      • DataObjectException

        public DataObjectException​(java.lang.String msg,
                                   java.lang.Throwable th)
      • DataObjectException

        public DataObjectException​(java.lang.Throwable th)