Package ru.curs.celesta
Class PermissionDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ru.curs.celesta.CelestaException
-
- ru.curs.celesta.PermissionDeniedException
-
- All Implemented Interfaces:
Serializable
public class PermissionDeniedException extends CelestaException
Exception that is thrown if there are no permissions to access some table.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PermissionDeniedException(String message)
PermissionDeniedException(String message, Object... args)
PermissionDeniedException(CallContext context, GrainElement table, Action action)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PermissionDeniedException
public PermissionDeniedException(String message)
-
PermissionDeniedException
public PermissionDeniedException(CallContext context, GrainElement table, Action action)
-
-