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