org.apache.flume.channel.file
Class LogFileRetryableIOException

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

public class LogFileRetryableIOException
extends IOException

See Also:
Serialized Form

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

LogFileRetryableIOException

public LogFileRetryableIOException()

LogFileRetryableIOException

public LogFileRetryableIOException(String msg)

LogFileRetryableIOException

public LogFileRetryableIOException(String msg,
                                   Throwable t)


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