dk.i1.diameter.node
Class NotARequestException

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

public class NotARequestException
extends Exception

A message was not a request. This exception is thrown when trying to send a Message with a sendRequest() method but the message was not marked as a request. You probably forgot MessageHeader.setRequest(boolean).

See Also:
Serialized Form

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

NotARequestException

public NotARequestException()