gov.ornl.csed.csiir.idr.kdd.dataservice.client
Class KDDDataServiceClientException
java.lang.Object
java.lang.Throwable
java.lang.Exception
gov.ornl.csed.csiir.idr.kdd.dataservice.client.KDDDataServiceClientException
- All Implemented Interfaces:
- java.io.Serializable
public class KDDDataServiceClientException
- extends java.lang.Exception
The KDDDataServiceClientException represents an error condition in the data service
client.
- See Also:
- Serialized Form
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 |
KDDDataServiceClientException
public KDDDataServiceClientException()
KDDDataServiceClientException
public KDDDataServiceClientException(java.lang.String message)
KDDDataServiceClientException
public KDDDataServiceClientException(java.lang.String message,
java.lang.Throwable throwable)
KDDDataServiceClientException
public KDDDataServiceClientException(java.lang.Throwable throwable)