org.apache.hadoop.chukwa.extraction.demux.processor.mapper
Class UnknownRecordTypeException

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

public class UnknownRecordTypeException
extends Exception

See Also:
Serialized Form

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

UnknownRecordTypeException

public UnknownRecordTypeException()

UnknownRecordTypeException

public UnknownRecordTypeException(String message)

UnknownRecordTypeException

public UnknownRecordTypeException(Throwable cause)

UnknownRecordTypeException

public UnknownRecordTypeException(String message,
                                  Throwable cause)


Copyright © ${year} The Apache Software Foundation