dk.i1.diameter
Class InvalidAVPLengthException

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

public class InvalidAVPLengthException
extends Exception

Exception thrown when an AVP does not have the correct size.

See Also:
Serialized Form

Field Summary
 AVP avp
          The AVP that did not have the correct size of its expected type.
 
Constructor Summary
InvalidAVPLengthException(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 of its expected type. This can later be wrapped into an Failed-AVP AVP.

Constructor Detail

InvalidAVPLengthException

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