public class MapReduceException extends Exception
| Constructor and Description |
|---|
MapReduceException()
Constructs an
ProcessingException with no detail message. |
MapReduceException(String s)
Constructs an
ProcessingException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MapReduceException()
ProcessingException with no detail message.public MapReduceException(String s)
ProcessingException with the specified detail
message.s - the detail message.Copyright © 2015. All rights reserved.