public class BootstrapException
extends java.lang.Exception
BootstrapException, it's not accessible from Crate's namespace.
Wrapper exception for checked exceptions thrown during the bootstrap process. Methods invoked
during bootstrap should explicitly declare the checked exceptions that they can throw, rather
than declaring the top-level checked exception Exception. This exception exists to wrap
these checked exceptions so that org.elasticsearch.bootstrap.BootstrapProxy#init(boolean, Path, boolean, Map) does not have to
declare all of these checked exceptions.| Constructor and Description |
|---|
BootstrapException(java.lang.Exception cause)
Wraps an existing exception.
|