@InterfaceAudience.Public @InterfaceStability.Evolving public class CoprocessorException extends DoNotRetryIOException
Constructor and Description |
---|
CoprocessorException()
Default Constructor
|
CoprocessorException(Class<?> clazz,
String s)
Constructor with a Class object and exception message.
|
CoprocessorException(String s)
Constructs the exception and supplies a string as the message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public CoprocessorException()
public CoprocessorException(Class<?> clazz, String s)
clazz
- s
- public CoprocessorException(String s)
s
- - messageCopyright © 2007–2016 The Apache Software Foundation. All rights reserved.