public class DominoException extends RuntimeException
| Constructor and Description |
|---|
DominoException(int id,
String message)
Creates a new instance
|
DominoException(int id,
String message,
Throwable cause)
Created a new instance
|
DominoException(String msg)
Creates a new instance
|
DominoException(String msg,
Throwable cause)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns the C API error code
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DominoException(int id,
String message)
id - error code received from Dominomessage - error messagepublic DominoException(int id,
String message,
Throwable cause)
id - error code received from Dominomessage - error messagecause - exception causepublic DominoException(String msg)
msg - error messageCopyright © 2019–2021 HCL. All rights reserved.