public class MultipleSnapshotsException extends SnapshotException
Modifier and Type | Class and Description |
---|---|
static class |
MultipleSnapshotsException.Context
Experimental - the form and name of this class is subject to change
|
Constructor and Description |
---|
MultipleSnapshotsException() |
MultipleSnapshotsException(String msg) |
Modifier and Type | Method and Description |
---|---|
void |
addContext(MultipleSnapshotsException.Context runtime) |
List<MultipleSnapshotsException.Context> |
getRuntimes() |
rethrow
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MultipleSnapshotsException()
public MultipleSnapshotsException(String msg)
public List<MultipleSnapshotsException.Context> getRuntimes()
public void addContext(MultipleSnapshotsException.Context runtime)