Package ome.conditions.acl
Class CollectedACLViolations
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ome.conditions.RootException
-
- ome.conditions.SecurityViolation
-
- ome.conditions.acl.CollectedACLViolations
-
- All Implemented Interfaces:
java.io.Serializable
public class CollectedACLViolations 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 CollectedACLViolations(java.lang.String msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addViolation(ACLViolation v)
java.lang.String
getMessage()
-
-
-
Method Detail
-
addViolation
public void addViolation(ACLViolation v)
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
-