public class NLApiException
extends java.lang.Exception
| Constructor and Description |
|---|
NLApiException(NLApiErrorCode errorCode) |
NLApiException(NLApiErrorCode errorCode,
java.lang.String message) |
NLApiException(NLApiErrorCode errorCode,
java.lang.String message,
java.lang.Throwable cause) |
NLApiException(NLApiErrorCode errorCode,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NLApiErrorCode |
getErrorCode() |
java.lang.String |
getExceptionIdentifier() |
java.lang.String |
getMessage() |
public NLApiException(NLApiErrorCode errorCode)
public NLApiException(NLApiErrorCode errorCode, java.lang.String message, java.lang.Throwable cause)
public NLApiException(NLApiErrorCode errorCode, java.lang.String message)
public NLApiException(NLApiErrorCode errorCode, java.lang.Throwable cause)
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String getExceptionIdentifier()
public NLApiErrorCode getErrorCode()