com.ibm.dtfj.image
Class DataUnavailable
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.dtfj.image.DTFJException
com.ibm.dtfj.image.DataUnavailable
All implemented interfaces:
java.io.Serializable
- public class DataUnavailable
- extends DTFJException
Author:
PBurka
See Also:
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
- public DataUnavailable(java.lang.String description)
Build exception with the given description
Parameters:
description
- DataUnavailable
- public DataUnavailable()
Build exception with no description