Package com.jalios.util
Class RssException
- java.lang.Object
-
- java.lang.Throwable
-
- com.jalios.util.RssException
-
- All Implemented Interfaces:
java.io.Serializable
public class RssException extends java.lang.Throwable
Signals that an exception has occurred while processing an RSS feed.- Since:
- jcms-5.6.2
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RssException(java.lang.Throwable cause)
Constructs a new RssException with the specified cause.
-
-
-
Constructor Detail
-
RssException
public RssException(java.lang.Throwable cause)
Constructs a new RssException with the specified cause.- Parameters:
cause
- the cause (which is saved for later retrieval by theThrowable.getCause()
method). (Anull
value is permitted, and indicates that the cause is nonexistent or unknown.)
-
-