com.ibm.diameter.charging.exception
Class DiameterRfException

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

public class DiameterRfException
extends java.lang.Exception

The DiameterRfException is thrown when an error is encountered while trying to send an Rf request. It implies that the request failed to be fullfilled succesfully.

See Also:
Serialized Form

Constructor Summary
DiameterRfException()
          Constructs an DiameterRfException with no detail message.
DiameterRfException(java.lang.String s)
          Constructs an DiameterRfException with the specified detail message.
 
Method Summary
 
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

DiameterRfException

public DiameterRfException()
Constructs an DiameterRfException with no detail message.


DiameterRfException

public DiameterRfException(java.lang.String s)
Constructs an DiameterRfException with the specified detail message.



Copyright © 2006 IBM Corp. All Rights Reserved.