public class InvalidBTreeException extends RuntimeException
Constructor and Description |
---|
InvalidBTreeException()
Creates a new instance of InvalidBTreeException.
|
InvalidBTreeException(String explanation)
Creates a new instance of InvalidBTreeException.
|
InvalidBTreeException(String explanation,
Throwable cause)
Creates a new instance of InvalidBTreeException.
|
InvalidBTreeException(Throwable cause)
Creates a new instance of InvalidBTreeException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidBTreeException()
public InvalidBTreeException(String explanation)
explanation
- The message associated with the exceptionpublic InvalidBTreeException(Throwable cause)
Copyright © 2012–2023 Apache Mavibot Project Parent. All rights reserved.