public class DataStoreConnectionFailureException extends EventsException
Constructor and Description |
---|
DataStoreConnectionFailureException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Creates a
DataStoreConnectionFailureException with a detail
message and message translation information (resource bundle, message key
and message substitutions). |
DataStoreConnectionFailureException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms,
java.lang.Throwable cause)
Creates a
DataStoreConnectionFailureException with a detail
message and message translation information (resource bundle, message key
and message substitutions). |
getCause, getFile, getKey, getLocalizedMessage, getLocalizedMessage, getMessage, getParms, initCause, printStackTrace, printStackTrace, printStackTrace
public DataStoreConnectionFailureException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
DataStoreConnectionFailureException
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 DataStoreConnectionFailureException(java.lang.String key, java.lang.String file, java.lang.Object[] parms, java.lang.Throwable cause)
DataStoreConnectionFailureException
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.cause
- The nested exception, or null
, if a nested
exception is not appropriate.