Package com.highdeal.hci
Class BadConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.highdeal.hci.BadConfigurationException
- All Implemented Interfaces:
Serializable
Exception thrown in your client application when a bad method argument or configuration settings are specified
to a
message sender factory.-
Constructor Summary
ConstructorsConstructorDescriptionInitializes a BadConfigurationException with a message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
BadConfigurationException
Initializes a BadConfigurationException with a message.- Parameters:
s- The message of the exception- See Also:
-