public class ReadOnlyException extends DBException
| Constructor and Description |
|---|
ReadOnlyException()
Default constructor.
|
ReadOnlyException(String s)
Constructor.
|
ReadOnlyException(String s,
Throwable t)
Constructor taking a message and another exception.
|
ReadOnlyException(Throwable t)
Constructor taking another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReadOnlyException()
public ReadOnlyException(String s)
s - messagepublic ReadOnlyException(Throwable t)
t - exception to grab data fromCopyright © 2018 Mapr Technologies, Inc.. All rights reserved.