com.ibm.diameter.charging.exception
Class ChargingValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.diameter.charging.exception.ChargingValidationException
All Implemented Interfaces:
java.io.Serializable

public class ChargingValidationException
extends java.lang.Exception

ChargingValidationException is thrown when a Grouped charging utility object cannot be successfully validated.

Examples include:

See Also:
Serialized Form

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

ChargingValidationException

public ChargingValidationException()
Constructs an ChargingValidationException with no detail message or offending Avp.


ChargingValidationException

public ChargingValidationException(java.lang.String s,
                                   Avp problemAvp)
Constructs an ChargingValidationException with the specified detail message and offending Avp.


ChargingValidationException

public ChargingValidationException(java.lang.String s,
                                   java.lang.Throwable cause,
                                   Avp problemAvp)
Constructs an ChargingValidationException with the specified detail message, cause, and offending Avp.

Method Detail

getProblemAvp

public Avp getProblemAvp()
Gets the Avp that caused the ChargingValidationException.

Returns:
the Avp that resulted in the ChargingValidationException.

setProblemAvp

public void setProblemAvp(Avp problemAvp)
Sets the Avp that caused the ChargingValidationException.

Parameters:
the - Avp that resulted in the ChargingValidationException.


Copyright © 2006 IBM Corp. All Rights Reserved.