org.apache.hadoop.chukwa.extraction.demux.processor.reducer
Class UnknownReduceTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.hadoop.chukwa.extraction.demux.processor.reducer.UnknownReduceTypeException
All Implemented Interfaces:
Serializable

public class UnknownReduceTypeException
extends Exception

See Also:
Serialized Form

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

UnknownReduceTypeException

public UnknownReduceTypeException()

UnknownReduceTypeException

public UnknownReduceTypeException(String message)

UnknownReduceTypeException

public UnknownReduceTypeException(Throwable cause)

UnknownReduceTypeException

public UnknownReduceTypeException(String message,
                                  Throwable cause)


Copyright © ${year} The Apache Software Foundation