org.apache.flume
Class ChannelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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 messageex
- the causal exception
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.