Class AclStoreException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.deephaven.DeephavenException
com.illumon.iris.db.v2.permissions.AclStoreException
- All Implemented Interfaces:
Serializable
Raised when the underlying ACL store is invalid, inconsistent, reports an error, or throws an Exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSeeException
AclStoreException
(String reason) AclStoreException
(String reason, Throwable cause) AclStoreException
(Throwable cause) -
Method Summary
Methods inherited from class io.deephaven.DeephavenException
asUnchecked
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AclStoreException
public AclStoreException()SeeException
-
AclStoreException
- Parameters:
reason
- reason for error to return as theThrowable.getMessage()
-
AclStoreException
- Parameters:
reason
- reason for error to return as theThrowable.getMessage()
cause
- include inner exception when present to propagate
-
AclStoreException
- Parameters:
cause
- include inner exception when present to propagate
-