class: SyndicationException

public class: SyndicationException
Author:
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 16.07.2009 15:20:31; Modified: 16.07.2009 15:20:31;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {FBCA52B6-4947-4922-A07C-EAC915564E17}
 

Goto: Custom Properties, Methods, Tagged Values

Appears in: syndication

Custom Properties
 
SyndicationException Methods
Operation Details
public
SyndicationException():
Sequential
Notes: Default constructor.
public
SyndicationException(
   Throwable e):
Sequential
Notes: Constructor with exception.
public
SyndicationException(
   String message):
Sequential
Notes: Constructor with message.
public
SyndicationException(
   String message,
   Throwable e):
Sequential
Notes: Constructor with message and exception.
 
SyndicationException Tagged Values
Tag Value Notes
annotations @SuppressWarnings("serial")