Class UnknownRoleException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.dao.DataAccessException
-
- org.molgenis.data.ErrorCodedDataAccessException
-
- org.molgenis.data.UnknownDataException
-
- org.molgenis.data.security.exception.UnknownRoleException
-
- All Implemented Interfaces:
Serializable,org.molgenis.util.exception.ErrorCoded
public class UnknownRoleException extends UnknownDataException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownRoleException(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object[]getLocalizedMessageArguments()StringgetMessage()-
Methods inherited from class org.molgenis.data.ErrorCodedDataAccessException
getErrorCode, getLocalizedMessage
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMostSpecificCause, getRootCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnknownRoleException
public UnknownRoleException(String name)
-
-
Method Detail
-
getMessage
public String getMessage()
- Overrides:
getMessagein classorg.springframework.core.NestedRuntimeException
-
getLocalizedMessageArguments
protected Object[] getLocalizedMessageArguments()
- Specified by:
getLocalizedMessageArgumentsin classErrorCodedDataAccessException
-
-