Class DataUnavailable
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.DataUnavailable
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
FutureImplementation
This exception is used to indicate that data was requested which
is not available on this system, or in this image.
- See Also:
-
Constructor Summary
ConstructorDescriptionBuild exception with no descriptionDataUnavailable
(String description) Build exception with the given description -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DataUnavailable
Build exception with the given description- Parameters:
description
-
-
DataUnavailable
public DataUnavailable()Build exception with no description
-