public class CcmException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
CCM_GetFirmwareVersion
The Constant CCM_GetFirmwareVersion.
|
static int |
CCM_GetLibraryVersion
The Constant CCM_GetLibraryVersion.
|
static int |
CCM_GetServiceVersion
The Constant CCM_GetServiceVersion.
|
| Constructor and Description |
|---|
CcmException()
Instantiates a new Ccm exception.
|
CcmException(java.lang.String message)
Instantiates a new Ccm exception.
|
CcmException(java.lang.String aCall,
int aReason)
Instantiates a new Ccm exception.
|
CcmException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new Ccm exception.
|
CcmException(java.lang.Throwable cause)
Instantiates a new Ccm exception.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMessage() |
int |
getReason()
Gets the reason.
|
public static final int CCM_GetLibraryVersion
public static final int CCM_GetServiceVersion
public static final int CCM_GetFirmwareVersion
public CcmException()
public CcmException(java.lang.String aCall,
int aReason)
aCall - the a callaReason - the a reasonpublic CcmException(java.lang.String message)
message - the messagepublic CcmException(java.lang.Throwable cause)
cause - the causepublic CcmException(java.lang.String message,
java.lang.Throwable cause)
message - the messagecause - the cause