org.apache.flume
Class ChannelFullException

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.ChannelFullException
All Implemented Interfaces:
Serializable

public class ChannelFullException
extends ChannelException

See Also:
Serialized Form

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

ChannelFullException

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

ChannelFullException

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

ChannelFullException

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


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