@InterfaceAudience.Private public class CoprocessorViolation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CoprocessorViolation.Severity |
Modifier and Type | Field and Description |
---|---|
private String |
className |
private String |
message |
private CoprocessorViolation.Severity |
severity |
private Throwable |
throwable |
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() |
private final CoprocessorViolation.Severity severity
public CoprocessorViolation(String className, CoprocessorViolation.Severity severity, String message)
public CoprocessorViolation(String className, CoprocessorViolation.Severity severity, String message, Throwable t)
public String getClassName()
public CoprocessorViolation.Severity getSeverity()
public String getMessage()
public Throwable getThrowable()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.