org.apache.flume.channel.file
Class CorruptEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.flume.channel.file.CorruptEventException
All Implemented Interfaces:
Serializable

public class CorruptEventException
extends Exception

See Also:
Serialized Form

Constructor Summary
CorruptEventException()
           
CorruptEventException(String msg)
           
CorruptEventException(String msg, Throwable th)
           
 
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

CorruptEventException

public CorruptEventException()

CorruptEventException

public CorruptEventException(String msg)

CorruptEventException

public CorruptEventException(String msg,
                             Throwable th)


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