gov.ornl.csed.csiir.idr.kdd.dataservice.client
Class KDDDataServiceClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
KDDDataServiceClientException()
           
KDDDataServiceClientException(java.lang.String message)
           
KDDDataServiceClientException(java.lang.String message, java.lang.Throwable throwable)
           
KDDDataServiceClientException(java.lang.Throwable throwable)
           
 
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

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)