Class ForbiddenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ForbiddenException
    extends java.lang.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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

      • ForbiddenException

        public ForbiddenException()
      • ForbiddenException

        public ForbiddenException​(java.lang.String arg0,
                                  java.lang.Throwable arg1)
      • ForbiddenException

        public ForbiddenException​(java.lang.String arg0)
      • ForbiddenException

        public ForbiddenException​(java.lang.Throwable arg0)