@InterfaceAudience.Private public class CoprocessorViolation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CoprocessorViolation.Severity |
| Constructor and Description |
|---|
CoprocessorViolation(String className,
CoprocessorViolation.Severity severity,
String message) |
CoprocessorViolation(String className,
CoprocessorViolation.Severity severity,
String message,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
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 Cloudera. All rights reserved.