public class DataStoreNotEnabledException extends EventsException
Constructor and Description |
---|
DataStoreNotEnabledException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Creates a
DataStoreNotEnabledException with a detailed
message and message translation information (resource bundle, message
key and message substitutions). |
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
public DataStoreNotEnabledException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
DataStoreNotEnabledException
with a detailed
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.