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.

Author:
erick.svenson@yahoo.com, Alexandre Mendonca , Bartosz Baranowski
See Also:
Serialized Form

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

avp

protected Avp avp
Constructor Detail

AvpDataException

public AvpDataException(Avp avp)
Default constructor


AvpDataException

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

Parameters:
message - reason string

AvpDataException

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

Parameters:
message - message reason string
cause - parent exception

AvpDataException

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

Parameters:
cause - parent exception

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
Method Detail

getAvp

public Avp getAvp()


Copyright © 2013. All Rights Reserved.