Package ome.conditions.acl
Class ACLViolation
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.SecurityViolation
-
- ome.conditions.acl.ACLViolation
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ACLCreateViolation
,ACLDeleteViolation
,ACLLoadViolation
,ACLUpdateViolation
public abstract class ACLViolation extends SecurityViolation
User has attempted an action which is not permitted by thePermissions
of a given instance.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ACLViolation(java.lang.Class klass, java.lang.Long id, java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
-