dk.i1.diameter.node
Class NotAnAnswerException

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

public class NotAnAnswerException
extends Exception

A message was not an answer This exception is thrown when trying to send a Message with a sendAnswer() or forwardAnswer() method but the message was marked as a request.

See Also:
Serialized Form

Constructor Summary
NotAnAnswerException()
           
 
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

NotAnAnswerException

public NotAnAnswerException()