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