-
- All Implemented Interfaces:
-
java.io.Serializable
public class DataCollectorServiceException extends DataCollectorException
This exception indicates that some sdk exceptions has occurred
See getMessage and ResponseCode for more information
-
-
Field Summary
Fields Modifier and Type Field Description public ResponseCode
code
-
Constructor Summary
Constructors Constructor Description DataCollectorServiceException(ResponseCode code)
DataCollectorServiceException(ResponseCode code, Throwable cause)
DataCollectorServiceException(ResponseCode code, String message)
DataCollectorServiceException(ResponseCode code, String message, Throwable cause)
-
Method Summary
Modifier and Type Method Description ResponseCode
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
DataCollectorServiceException
DataCollectorServiceException(ResponseCode code)
-
DataCollectorServiceException
DataCollectorServiceException(ResponseCode code, Throwable cause)
-
DataCollectorServiceException
DataCollectorServiceException(ResponseCode code, String message)
-
DataCollectorServiceException
DataCollectorServiceException(ResponseCode code, String message, Throwable cause)
-
-
Method Detail
-
getCode
ResponseCode getCode()
-
-
-
-