Class UserHasNotRightsException

  • All Implemented Interfaces:
    Serializable

    public class UserHasNotRightsException
    extends Exception
    User has not rights to access or to perform some action mainly for a resource, such as updating or modifying some resource.
    Author:
    Niko Siltala
    See Also:
    Serialized Form
    • Constructor Detail

      • UserHasNotRightsException

        public UserHasNotRightsException()
      • UserHasNotRightsException

        public UserHasNotRightsException​(String message)
        Parameters:
        message -
      • UserHasNotRightsException

        public UserHasNotRightsException​(Throwable cause)
        Parameters:
        cause -
      • UserHasNotRightsException

        public UserHasNotRightsException​(String message,
                                         Throwable cause)
        Parameters:
        message -
        cause -
      • UserHasNotRightsException

        public UserHasNotRightsException​(String message,
                                         Throwable cause,
                                         boolean enableSuppression,
                                         boolean writableStackTrace)
        Parameters:
        message -
        cause -
        enableSuppression -
        writableStackTrace -