|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectThrowable
Exception
dk.i1.diameter.InvalidAVPLengthException
public class InvalidAVPLengthException
Exception thrown when an AVP does not have the correct size.
| 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 |
|---|
public AVP avp
| Constructor Detail |
|---|
public InvalidAVPLengthException(AVP avp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||