com.ibm.dtfj.image

Class DataUnavailable

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.dtfj.image.DTFJException
  5. extended bycom.ibm.dtfj.image.DataUnavailable
All implemented interfaces:
java.io.Serializable

  1. public class DataUnavailable
  2. extends DTFJException
This exception is used to indicate that data was requested which is not available on this system, or in this image.
Author:
PBurka
See Also:
Serialized Form

Constructor Summary

Constructor and Description
DataUnavailable()
Build exception with no description
DataUnavailable(java.lang.String description)
Build exception with the given description

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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Constructor Detail

DataUnavailable

  1. public DataUnavailable(java.lang.String description)
Build exception with the given description
Parameters:
description -

DataUnavailable

  1. public DataUnavailable()
Build exception with no description