org.apache.flume
Class ChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.flume.ChannelException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JdbcChannelException

public class ChannelException
extends RuntimeException

A channel exception is raised whenever a channel operation fails.

See Also:
Serialized Form

Constructor Summary
ChannelException(String message)
           
ChannelException(String message, Throwable ex)
           
ChannelException(Throwable ex)
           
 
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
 

Constructor Detail

ChannelException

public ChannelException(String message)
Parameters:
message - the exception message

ChannelException

public ChannelException(Throwable ex)
Parameters:
ex - the causal exception

ChannelException

public ChannelException(String message,
                        Throwable ex)
Parameters:
message - the exception message
ex - the causal exception


Copyright © 2009-2012 Apache Software Foundation. All Rights Reserved.