public class CbeVersionNotSupportedException extends EventsException
Constructor and Description |
---|
CbeVersionNotSupportedException(java.lang.String key,
java.lang.String file,
java.lang.Object[] parms)
Creates a
CbeVersionNotSupportedException 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 CbeVersionNotSupportedException(java.lang.String key, java.lang.String file, java.lang.Object[] parms)
CbeVersionNotSupportedException
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.