Class GroupPermissionDeniedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.util.exception.CodedRuntimeException
-
- org.molgenis.data.security.exception.PermissionDeniedException
-
- org.molgenis.data.security.exception.GroupPermissionDeniedException
-
- All Implemented Interfaces:
Serializable,org.molgenis.util.exception.ErrorCoded
public class GroupPermissionDeniedException extends PermissionDeniedException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringERROR_CODE
-
Constructor Summary
Constructors Constructor Description GroupPermissionDeniedException(GroupPermission permission, String groupName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object[]getLocalizedMessageArguments()StringgetMessage()-
Methods inherited from class org.molgenis.util.exception.CodedRuntimeException
getErrorCode, getLocalizedMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
ERROR_CODE
public static final String ERROR_CODE
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GroupPermissionDeniedException
public GroupPermissionDeniedException(GroupPermission permission, String groupName)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getLocalizedMessageArguments
protected Object[] getLocalizedMessageArguments()
- Specified by:
getLocalizedMessageArgumentsin classorg.molgenis.util.exception.CodedRuntimeException
-
-