public class WatchdoxSDKException extends RuntimeException
Constructor and Description |
---|
WatchdoxSDKException(String errorType,
String errorText,
int errorCode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
String |
getErrorText() |
String |
getErrorType() |
void |
setErrorCode(int errorCode) |
void |
setErrorText(String errorText) |
void |
setErrorType(String errorType) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public String getErrorType()
public void setErrorType(String errorType)
public String getErrorText()
public void setErrorText(String errorText)
public int getErrorCode()
public void setErrorCode(int errorCode)
Copyright © 2019. All rights reserved.