|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.diameter.charging.exception.ChargingValidationException
public class ChargingValidationException
ChargingValidationException is thrown when a Grouped charging utility object cannot be successfully validated.
Examples include:
Constructor Summary | |
---|---|
ChargingValidationException()
Constructs an ChargingValidationException with no detail message or offending Avp. |
|
ChargingValidationException(java.lang.String s,
Avp problemAvp)
Constructs an ChargingValidationException with the specified detail message and offending Avp. |
|
ChargingValidationException(java.lang.String s,
java.lang.Throwable cause,
Avp problemAvp)
Constructs an ChargingValidationException with the specified detail message, cause, and offending Avp. |
Method Summary | |
---|---|
Avp |
getProblemAvp()
Gets the Avp that caused the ChargingValidationException. |
void |
setProblemAvp(Avp problemAvp)
Sets the Avp that caused the ChargingValidationException. |
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 |
Constructor Detail |
---|
public ChargingValidationException()
public ChargingValidationException(java.lang.String s, Avp problemAvp)
public ChargingValidationException(java.lang.String s, java.lang.Throwable cause, Avp problemAvp)
Method Detail |
---|
public Avp getProblemAvp()
public void setProblemAvp(Avp problemAvp)
the
- Avp that resulted in the ChargingValidationException.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |