Package com.illumon.iris.db.exceptions
Class UncheckedPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.deephaven.UncheckedDeephavenException
com.illumon.iris.db.exceptions.UncheckedPermissionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
QueryProcessorConnectionImpl.UnauthorizedQueryException
,TableAccessException
public class UncheckedPermissionException extends UncheckedDeephavenException
An
UncheckedDeephavenException
that indicates an issue with permissions.- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description UncheckedPermissionException(com.fishlib.auth.UserContext context, String reason)
UncheckedPermissionException(com.fishlib.auth.UserContext context, String reason, Throwable cause)
UncheckedPermissionException(com.fishlib.auth.UserContext context, Throwable cause)
UncheckedPermissionException(String reason)
UncheckedPermissionException(String reason, Throwable cause)
UncheckedPermissionException(Throwable cause)
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString