@InterfaceAudience.Public public class CoprocessorException extends DoNotRetryIOException
| Modifier and Type | Field and Description | 
|---|---|
private static long | 
serialVersionUID  | 
| 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, toStringprivate static final long serialVersionUID
public CoprocessorException()
public CoprocessorException(Class<?> clazz, String s)
public CoprocessorException(String s)
s - - messageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.