- 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
public class DataUnavailable extends DTFJException
This exception is used to indicate that data was requested which is not available on this system, or in this image.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DataUnavailable()
Build 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 Detail
-
DataUnavailable
public DataUnavailable(String description)
Build exception with the given description- Parameters:
description
-
-
DataUnavailable
public DataUnavailable()
Build exception with no description
-
-