org.mobicents.protocols.smpp.util
Class InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mobicents.protocols.smpp.SMPPRuntimeException
                  extended by org.mobicents.protocols.smpp.util.InvalidConfigurationException
All Implemented Interfaces:
Serializable

public class InvalidConfigurationException
extends SMPPRuntimeException

Version:
$Id: InvalidConfigurationException.java 452 2009-01-15 16:56:36Z orank $
See Also:
Serialized Form

Constructor Summary
InvalidConfigurationException()
           
InvalidConfigurationException(String msg)
           
InvalidConfigurationException(String msg, String invalidValue)
           
InvalidConfigurationException(String msg, Throwable cause)
           
InvalidConfigurationException(String msg, Throwable cause, String invalidValue)
           
InvalidConfigurationException(Throwable cause)
           
 
Method Summary
 String getInvalidValue()
          Get the invalid value which caused this exception.
 
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

InvalidConfigurationException

public InvalidConfigurationException()

InvalidConfigurationException

public InvalidConfigurationException(String msg,
                                     Throwable cause)

InvalidConfigurationException

public InvalidConfigurationException(String msg)

InvalidConfigurationException

public InvalidConfigurationException(Throwable cause)

InvalidConfigurationException

public InvalidConfigurationException(String msg,
                                     String invalidValue)

InvalidConfigurationException

public InvalidConfigurationException(String msg,
                                     Throwable cause,
                                     String invalidValue)
Method Detail

getInvalidValue

public String getInvalidValue()
Get the invalid value which caused this exception.

Returns:
The offending value.


Copyright © 2011 Mobicents. All Rights Reserved.