public class DuplicateGlobalInstanceIdException extends DataStoreException
Constructor and Description |
---|
DuplicateGlobalInstanceIdException()
Constructs a new
DuplicateGlobalInstanceIdException |
DuplicateGlobalInstanceIdException(java.lang.String globalInstanceId,
java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Constructs a new
DuplicateGlobalInstanceIdException with a
detailed message and message translation information (resource bundle,
message key and message substitutions). |
DuplicateGlobalInstanceIdException(java.lang.String globalInstanceId,
java.lang.String key,
java.lang.String file,
java.lang.Object[] parms,
java.lang.Throwable cause)
Constructs a new
DuplicateGlobalInstanceIdException with a
detailed message, message translation information (resource bundle,
message key and message substitutions), and a nested exception. |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDuplicateGlobalInstanceId()
Returns the duplicate global instance ID that this exception
is reporting.
|
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
public DuplicateGlobalInstanceIdException()
DuplicateGlobalInstanceIdException
public DuplicateGlobalInstanceIdException(java.lang.String globalInstanceId, java.lang.String key, java.lang.String file, java.lang.Object[] parms)
DuplicateGlobalInstanceIdException
with a
detailed message and message translation information (resource bundle,
message key and message substitutions).globalInstanceId
- The duplicate global instance ID that this
exception is reporting.key
- The message key.file
- The name of the message file to use.parms
- An array of elements to be inserted into the message.public DuplicateGlobalInstanceIdException(java.lang.String globalInstanceId, java.lang.String key, java.lang.String file, java.lang.Object[] parms, java.lang.Throwable cause)
DuplicateGlobalInstanceIdException
with a
detailed message, message translation information (resource bundle,
message key and message substitutions), and a nested exception.globalInstanceId
- The duplicate global instance ID that this
exception is reporting.key
- The message key.file
- The name of the message file to use.parms
- An array of elements to be inserted into the message.cause
- The nested exception or null
if a nested
exception is not appropriate.