public class KontaktCloudException
extends java.lang.Exception
| Constructor and Description | 
|---|
| KontaktCloudException()Constructs an  KontaktCloudExceptionwith default error detail message. | 
| KontaktCloudException(java.lang.String detailMessage)Constructs an  KontaktCloudExceptionwith the specified detail message. | 
| KontaktCloudException(java.lang.String message,
                     int errorCode)Constructs an  KontaktCloudExceptionwith the specified detail message and error code. | 
| KontaktCloudException(java.lang.Throwable throwable)Constructs an  KontaktCloudExceptionwith the specified cause. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getErrorCode() | 
public KontaktCloudException()
KontaktCloudException with default error detail message.public KontaktCloudException(java.lang.Throwable throwable)
KontaktCloudException with the specified cause.throwable - the causepublic KontaktCloudException(java.lang.String detailMessage)
KontaktCloudException with the specified detail message.detailMessage - the detail message.public KontaktCloudException(java.lang.String message,
                             int errorCode)
KontaktCloudException with the specified detail message and error code.message - the detail message.errorCode - the error code.