public class QueryThresholdExceededException
extends com.ibm.events.datastore.DataStoreException
Constructor and Description |
---|
QueryThresholdExceededException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Constructs a new
QueryThresholdExceededException with a detail
message and message translation information (resource bundle, message key
and message substitutions). |
QueryThresholdExceededException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms,
java.lang.Throwable cause)
Constructs a new
QueryThresholdExceededException with a detail
message, message translation information (resource bundle, message key
and message substitutions) and a nested exception. |
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
public QueryThresholdExceededException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
QueryThresholdExceededException
with a detail
message and message translation information (resource bundle, message key
and message substitutions).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 QueryThresholdExceededException(java.lang.String key, java.lang.String file, java.lang.Object[] parms, java.lang.Throwable cause)
QueryThresholdExceededException
with a detail
message, message translation information (resource bundle, message key
and message substitutions) and a nested exception.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.