@InterfaceAudience.Public public class CoprocessorException extends DoNotRetryIOException
构造器和说明 |
---|
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
|
public CoprocessorException()
public CoprocessorException(Class<?> clazz, String s)
clazz
- s
- public CoprocessorException(String s)
s
- - messageCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.