public class DatabaseSpecificsImplCreationException
extends com.ibm.events.datastore.DataStoreException
Constructor and Description |
---|
DatabaseSpecificsImplCreationException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms,
java.lang.Throwable cause)
Constructs a new
DatabaseSpecificsImplCreationException 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 DatabaseSpecificsImplCreationException(java.lang.String key, java.lang.String file, java.lang.Object[] parms, java.lang.Throwable cause)
DatabaseSpecificsImplCreationException
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.