org.apache.flume
Class FlumeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.flume.FlumeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BadCheckpointException, ConfigurationException, HTTPBadRequestException
public class FlumeException
- extends RuntimeException
Base class of all flume exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FlumeException
public FlumeException(String msg)
FlumeException
public FlumeException(String msg,
Throwable th)
FlumeException
public FlumeException(Throwable th)
Copyright © 2009-2013 Apache Software Foundation. All Rights Reserved.