Class QuestionnaireNotRowLevelSecuredException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.molgenis.util.exception.CodedRuntimeException
-
- org.molgenis.questionnaires.exception.QuestionnaireNotRowLevelSecuredException
-
- All Implemented Interfaces:
Serializable,org.molgenis.util.exception.ErrorCoded
public class QuestionnaireNotRowLevelSecuredException extends org.molgenis.util.exception.CodedRuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QuestionnaireNotRowLevelSecuredException(EntityType questionnaireEntityType)
-
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
-
-
-
-
Constructor Detail
-
QuestionnaireNotRowLevelSecuredException
public QuestionnaireNotRowLevelSecuredException(EntityType questionnaireEntityType)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
getLocalizedMessageArguments
protected Object[] getLocalizedMessageArguments()
- Specified by:
getLocalizedMessageArgumentsin classorg.molgenis.util.exception.CodedRuntimeException
-
-