Class UndefinedPermissionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ca.corefacility.bioinformatics.irida.security.permissions.UndefinedPermissionException
-
- All Implemented Interfaces:
java.io.Serializable
public class UndefinedPermissionException extends java.lang.RuntimeException
Thrown when theIridaPermissionEvaluator
is asked to test a permission that it doesn't know about.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UndefinedPermissionException(java.lang.String message)
-