|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.jdiameter.api.AvpDataException
public class AvpDataException
The AvpDataException signals invalid operations on Avp data.
| Field Summary | |
|---|---|
protected Avp |
avp
|
| Constructor Summary | |
|---|---|
AvpDataException()
Default constructor |
|
AvpDataException(Avp avp)
Default constructor |
|
AvpDataException(java.lang.String message)
Constructor with reason string |
|
AvpDataException(java.lang.String message,
Avp avp)
Constructor with reason string |
|
AvpDataException(java.lang.String message,
java.lang.Throwable cause)
Constructor with reason string and parent exception |
|
AvpDataException(java.lang.String message,
java.lang.Throwable cause,
Avp avp)
Constructor with reason string and parent exception |
|
AvpDataException(java.lang.Throwable cause)
Constructor with parent exception |
|
AvpDataException(java.lang.Throwable cause,
Avp avp)
Constructor with parent exception |
|
| Method Summary | |
|---|---|
Avp |
getAvp()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected Avp avp
| Constructor Detail |
|---|
public AvpDataException(Avp avp)
public AvpDataException(java.lang.String message,
Avp avp)
message - reason string
public AvpDataException(java.lang.String message,
java.lang.Throwable cause,
Avp avp)
message - message reason stringcause - parent exception
public AvpDataException(java.lang.Throwable cause,
Avp avp)
cause - parent exceptionpublic AvpDataException()
public AvpDataException(java.lang.String message)
message - reason string
public AvpDataException(java.lang.String message,
java.lang.Throwable cause)
message - message reason stringcause - parent exceptionpublic AvpDataException(java.lang.Throwable cause)
cause - parent exception| Method Detail |
|---|
public Avp getAvp()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||