org.apache.hadoop.chukwa.datacollection.writer
Class WriterException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.chukwa.datacollection.writer.WriterException
All Implemented Interfaces:
Serializable

public class WriterException
extends Exception

See Also:
Serialized Form

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

WriterException

public WriterException()

WriterException

public WriterException(String message)

WriterException

public WriterException(Throwable cause)

WriterException

public WriterException(String message,
                       Throwable cause)


Copyright © ${year} The Apache Software Foundation