Class UnknownPermissionQueryParamException

  • All Implemented Interfaces:
    java.io.Serializable, org.molgenis.util.exception.ErrorCoded

    public class UnknownPermissionQueryParamException
    extends org.molgenis.util.exception.BadRequestException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object[] getLocalizedMessageArguments()  
      java.lang.String getMessage()  
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • UnknownPermissionQueryParamException

        public UnknownPermissionQueryParamException​(java.lang.String key)
    • Method Detail

      • getMessage

        public java.lang.String getMessage()
        Overrides:
        getMessage in class java.lang.Throwable
      • getLocalizedMessageArguments

        protected java.lang.Object[] getLocalizedMessageArguments()
        Specified by:
        getLocalizedMessageArguments in class org.molgenis.util.exception.CodedRuntimeException