public class NodeException extends RuntimeException
Node
exception wrapping the
problems that prevented a successful operation on a Node
Constructor and Description |
---|
NodeException() |
NodeException(String message) |
NodeException(String message,
Throwable cause) |
NodeException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
NodeException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 CorfuDB. All rights reserved.