public class ConsolidatorException
extends java.lang.Exception
Modifier and Type | Field and Description |
---|---|
static oracle.lite.common.NLSErrorMessages |
ERRORS
For internal use only.
|
Constructor and Description |
---|
ConsolidatorException(int rc)
Constructs a ConsolidatorException object using a Consolidator error code.
|
ConsolidatorException(int rc,
java.lang.String str)
Constructs a ConsolidatorException object using a Consolidator error code
and a string.
|
ConsolidatorException(int rc,
java.lang.String str1,
java.lang.String str2)
Constructs a ConsolidatorException object using a Consolidator error code
and two strings.
|
ConsolidatorException(int rc,
java.lang.String str1,
java.lang.String str2,
java.lang.String str3)
Constructs a ConsolidatorException object using a Consolidator error code
and three strings.
|
ConsolidatorException(int rc,
java.lang.String str1,
java.lang.String str2,
java.lang.String str3,
java.lang.String str4)
Constructs a ConsolidatorException object using a Consolidator error code
and four strings.
|
ConsolidatorException(java.lang.String errMsg,
int rc)
Constructs a ConsolidatorException object using a Consolidator error code
and error message
|
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Retrieves the Consolidator error code.
|
public ConsolidatorException(int rc)
rc
- the Consolidator error codepublic ConsolidatorException(int rc, java.lang.String str)
rc
- the Consolidator error codestr
- a string to be inserted to the error message format maskpublic ConsolidatorException(int rc, java.lang.String str1, java.lang.String str2)
rc
- the Consolidator error codestr1
- a string to be inserted to the error message format maskstr2
- a second string to be inserted to the error message format maskpublic ConsolidatorException(int rc, java.lang.String str1, java.lang.String str2, java.lang.String str3)
rc
- the Consolidator error codestr1
- a string to be inserted to the error message format maskstr2
- a second string to be inserted to the error message format maskstr3
- a third string to be inserted to the error message format maskpublic ConsolidatorException(int rc, java.lang.String str1, java.lang.String str2, java.lang.String str3, java.lang.String str4)
rc
- the Consolidator error codestr1
- a string to be inserted to the error message format maskstr2
- a second string to be inserted to the error message format maskstr3
- a third string to be inserted to the error message format maskstr4
- a forth string to be inserted to the error message format maskpublic ConsolidatorException(java.lang.String errMsg, int rc)
errMsg
- a string of error messagerc
- the Consolidator error code