@InterfaceAudience.Private public class CoprocessorViolation extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
CoprocessorViolation.Severity |
| 构造器和说明 |
|---|
CoprocessorViolation(String className,
CoprocessorViolation.Severity severity,
String message) |
CoprocessorViolation(String className,
CoprocessorViolation.Severity severity,
String message,
Throwable t) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClassName() |
String |
getMessage() |
CoprocessorViolation.Severity |
getSeverity() |
Throwable |
getThrowable() |
String |
toString() |
public CoprocessorViolation(String className, CoprocessorViolation.Severity severity, String message)
public CoprocessorViolation(String className, CoprocessorViolation.Severity severity, String message, Throwable t)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.