public class BootstrapException extends RuntimeException
Constructor and Description |
---|
BootstrapException(String message)
Create a new BootstrapException with the specified message.
|
BootstrapException(String message,
Throwable cause)
Create a new BootstrapException with the specified message and root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BootstrapException(String message)
message
- the details messageCopyright © 2019 Communote team. All rights reserved.