|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
ObjectThrowable
Exception
dk.i1.diameter.InvalidAddressTypeException
public class InvalidAddressTypeException
Exception thrown when an AVP_Address is constructed from unsupported on-the-wire content.
| 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 |
|---|
public AVP avp
| Constructor Detail |
|---|
public InvalidAddressTypeException(AVP avp)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||