public class OpNotPermittedException extends DBException
Constructor and Description |
---|
OpNotPermittedException()
Default constructor.
|
OpNotPermittedException(java.lang.String s)
Constructor.
|
OpNotPermittedException(java.lang.String s,
java.lang.Throwable t)
Constructor taking a message and another exception.
|
OpNotPermittedException(java.lang.Throwable t)
Constructor taking another exception.
|
public OpNotPermittedException()
public OpNotPermittedException(java.lang.String s)
s
- messagepublic OpNotPermittedException(java.lang.Throwable t)
t
- exception to grab data frompublic OpNotPermittedException(java.lang.String s, java.lang.Throwable t)
s
- messaget
- exception to grab data from