org.apache.flume.channel.jdbc
Class JdbcChannelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.flume.ChannelException
                  extended by org.apache.flume.channel.jdbc.JdbcChannelException
All Implemented Interfaces:
Serializable

public class JdbcChannelException
extends ChannelException

See Also:
Serialized Form

Constructor Summary
JdbcChannelException(Exception cause)
           
JdbcChannelException(String message)
           
JdbcChannelException(String message, Exception cause)
           
 
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

JdbcChannelException

public JdbcChannelException(String message)

JdbcChannelException

public JdbcChannelException(String message,
                            Exception cause)

JdbcChannelException

public JdbcChannelException(Exception cause)


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