de.fhg.fokus.diameter.DiameterPeer.data.AVPDecodeException Class Reference

List of all members.

Detailed Description

Exception thrown by methods that decode an AVP.

Author:
Dragos Vingarzan vingarzan -at- fokus dot fraunhofer dot de

Definition at line 38 of file AVPDecodeException.java.

Public Member Functions

 AVPDecodeException (String message)
 Constructs a AVPDecodeException with the specified detail message.

Static Private Attributes

static final long serialVersionUID = 5500365800621352144L


Constructor & Destructor Documentation

de.fhg.fokus.diameter.DiameterPeer.data.AVPDecodeException.AVPDecodeException ( String  message  ) 

Constructs a AVPDecodeException with the specified detail message.

Parameters:
message The detail message pertaining to this exception.

Definition at line 47 of file AVPDecodeException.java.

00048     {
00049         super(message);
00050     }


Member Data Documentation

final long de.fhg.fokus.diameter.DiameterPeer.data.AVPDecodeException.serialVersionUID = 5500365800621352144L [static, private]

Definition at line 40 of file AVPDecodeException.java.


The documentation for this class was generated from the following file:
Generated on Sat Sep 6 04:10:15 2008 for Open IMS Core JavaDiameterPeer by  doxygen 1.5.2