Class ForbiddenException

  • All Implemented Interfaces:
    Serializable

    public class ForbiddenException
    extends RuntimeException
    Thrown when an action has breached the licensed user limit of the server, or degrading the authenticated user's permission level.
    See Also:
    Serialized Form
    • Constructor Detail

      • ForbiddenException

        public ForbiddenException()
      • ForbiddenException

        public ForbiddenException​(String arg0,
                                  Throwable arg1)
      • ForbiddenException

        public ForbiddenException​(String arg0)
      • ForbiddenException

        public ForbiddenException​(Throwable arg0)