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