org.jdiameter.api
Class AvpDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jdiameter.api.AvpDataException
All Implemented Interfaces:
java.io.Serializable

public class AvpDataException
extends java.lang.Exception

The AvpDataException signals invalid operations on Avp data.

Version:
1.5.1 Final
See Also:
Serialized Form

Constructor Summary
AvpDataException()
          Default constructor
AvpDataException(java.lang.String message)
          Constructor with reason string
AvpDataException(java.lang.String message, java.lang.Throwable cause)
          Constructor with reason string and parent exception
AvpDataException(java.lang.Throwable cause)
          Constructor with parent exception
 
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

AvpDataException

public AvpDataException()
Default constructor


AvpDataException

public AvpDataException(java.lang.String message)
Constructor with reason string

Parameters:
message - reason string

AvpDataException

public AvpDataException(java.lang.String message,
                        java.lang.Throwable cause)
Constructor with reason string and parent exception

Parameters:
message - message reason string
cause - parent exception

AvpDataException

public AvpDataException(java.lang.Throwable cause)
Constructor with parent exception

Parameters:
cause - parent exception


Copyright © 2009. All Rights Reserved.