public class RelocationException extends Exception
| Modifier and Type | Class and Description |
|---|---|
static class |
RelocationException.RelocationType |
| Modifier and Type | Field and Description |
|---|---|
private String |
path |
private RelocationException.RelocationType |
relocationType |
| Constructor and Description |
|---|
RelocationException(String path,
RelocationException.RelocationType relocationType) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPath() |
RelocationException.RelocationType |
getRelocationType() |
void |
setPath(String path) |
void |
setRelocationType(RelocationException.RelocationType relocationType) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprivate RelocationException.RelocationType relocationType
public RelocationException(String path, RelocationException.RelocationType relocationType)
public RelocationException.RelocationType getRelocationType()
public void setRelocationType(RelocationException.RelocationType relocationType)
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.