Package io.deephaven.kv.acl
Class KvAclException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
io.deephaven.kv.acl.KvAclException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
KvAclKeyNotFoundException
The root of all possible KvAcl related exceptions.
- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionKvAclException(String message) KvAclException(String message, Throwable cause) protectedKvAclException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) KvAclException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
KvAclException
public KvAclException() -
KvAclException
-
KvAclException
-
KvAclException
-
KvAclException
-