public class SKException
extends java.lang.Exception
Constructor and Description |
---|
SKException(java.lang.String TAG,
java.lang.String message,
SKExceptionErrorCode errorCode) |
Modifier and Type | Method and Description |
---|---|
SKExceptionErrorCode |
getErrorCode()
Get the error code
|
java.lang.String |
getTAG()
Get the tag
|
public SKException(java.lang.String TAG, java.lang.String message, SKExceptionErrorCode errorCode)
TAG
- - TAGmessage
- - error messageerrorCode
- - error codepublic SKExceptionErrorCode getErrorCode()
public java.lang.String getTAG()