- All Implemented Interfaces:
- Serializable
public class SIPDuplicateHeaderException
extends ParseException
Duplicate header exception: thrown when there is more
than one header of a type where there should only be one.
The exception handler may choose to :
1. discard the duplicate by returning null
2. keep the duplicate by just returning it.
3. Discard the entire message by throwing an exception.
- Since:
- 1.1
- Version:
- 1.2 $Revision: 1.6 $ $Date: 2009-07-17 18:57:54 $
- Author:
- M. Ranganathan
- See Also:
- Serialized Form