public class RelocationException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
RelocationException.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, toString
public RelocationException(String path, RelocationException.RelocationType relocationType)
public RelocationException.RelocationType getRelocationType()
public void setRelocationType(RelocationException.RelocationType relocationType)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.