org.apache.flume
Class ChannelFullException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               org.apache.flume.ChannelException
org.apache.flume.ChannelException
                   org.apache.flume.ChannelFullException
org.apache.flume.ChannelFullException
- All Implemented Interfaces: 
- Serializable
- public class ChannelFullException 
- extends ChannelException
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
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.