org.apache.hadoop.mapreduce.counters
Class LimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.hadoop.mapred.Counters.CountersExceededException
                  extended by org.apache.hadoop.mapreduce.counters.LimitExceededException
All Implemented Interfaces:
Serializable

@InterfaceAudience.Private
public class LimitExceededException
extends Counters.CountersExceededException

See Also:
Serialized Form

Constructor Summary
LimitExceededException(LimitExceededException cause)
           
LimitExceededException(String msg)
           
 
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

LimitExceededException

public LimitExceededException(String msg)

LimitExceededException

public LimitExceededException(LimitExceededException cause)


Copyright © 2013 Apache Software Foundation. All Rights Reserved.