com.highdeal.hci
Class BadConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.highdeal.hci.BadConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class BadConfigurationException
extends java.lang.Exception

Exception thrown in your client application when a bad method argument or configuration settings are specified to a message sender factory.

See Also:
MessageSenderFactory.newInstance(java.util.Properties), Serialized Form

Constructor Summary
BadConfigurationException(java.lang.String s)
          Initializes a BadConfigurationException with a message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadConfigurationException

public BadConfigurationException(java.lang.String s)
Initializes a BadConfigurationException with a message.

Parameters:
s - The message of the exception
See Also:
Throwable.getMessage()

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)