dk.i1.diameter.node
Class NotProxiableException

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

public class NotProxiableException
extends Exception

A message was not proxiable. This exception is thrown when forwarding a request or an answer but the message was not marked as proxiable. You probably forgot to check MessageHeader.isProxiable().

See Also:
Serialized Form

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

NotProxiableException

public NotProxiableException()