com.sap.portal.feeds.exceptions

Class ChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sap.portal.feeds.exceptions.FeedsAggregationException
              extended by com.sap.portal.feeds.exceptions.ChannelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ChannelConfigurationException

public class ChannelException
extends FeedsAggregationException

Thrown when there is an error while retrieving entries from a channel.

See Also:
Serialized Form

Constructor Summary
ChannelException(String channelId, String message)
           
ChannelException(String channelId, String message, Throwable cause)
           
 
Method Summary
 String getChannelId()
           
 
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
 

Constructor Detail

ChannelException

public ChannelException(String channelId,
                        String message,
                        Throwable cause)

ChannelException

public ChannelException(String channelId,
                        String message)
Method Detail

getChannelId

public String getChannelId()


Copyright 2013 SAP AG Complete Copyright Notice