dk.i1.diameter.node
Class InvalidSettingException

Object
  extended by Throwable
      extended by Exception
          extended by dk.i1.diameter.node.InvalidSettingException
All Implemented Interfaces:
java.io.Serializable

public class InvalidSettingException
extends Exception

Invalid NodeSettings exception. This exception is thrown when NodeSettings or SessionManager detects an invalid setting.

See Also:
Serialized Form

Constructor Summary
InvalidSettingException(String message)
           
 
Method Summary
 
Methods inherited from class Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidSettingException

public InvalidSettingException(String message)