com.bea.apps.groupspace.rss.feed
Class NullFeedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.bea.apps.groupspace.rss.feed.NullFeedException
All Implemented Interfaces
Serializable

public class NullFeedException
extends Exception

An exception that is thrown when an Rss Feed is expected but can't be found

See Also
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
NullFeedException(String message)
          Constructs a new NullFeedException with a message
 
Method Summary
 
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

serialVersionUID

public static final long serialVersionUID
See Also
Constants Summary
Constructor Detail

NullFeedException

public NullFeedException(String message)
Constructs a new NullFeedException with a message

Parameters
text - Explanatory message


Copyright © 2006 BEA Systems, Inc. All Rights Reserved