dk.i1.diameter
Class InvalidAddressTypeException

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

public class InvalidAddressTypeException
extends Exception

Exception thrown when an AVP_Address is constructed from unsupported on-the-wire content.

See Also:
Serialized Form

Field Summary
 AVP avp
          The AVP that did not have the correct size/type of its expected type.
 
Constructor Summary
InvalidAddressTypeException(AVP avp)
          Construct the expection with the specified AVP
 
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
 

Field Detail

avp

public AVP avp
The AVP that did not have the correct size/type of its expected type. This can later be wrapped into an Failed-AVP AVP.

Constructor Detail

InvalidAddressTypeException

public InvalidAddressTypeException(AVP avp)
Construct the expection with the specified AVP