Class LimitingManagementException

  • All Implemented Interfaces:
    Serializable

    public class LimitingManagementException
    extends Exception

    Exception type thrown by the limiting management MBeans for admin operations which are invalid. The message should describe the error from the administrator’s perspective.

    See Also:
    Serialized Form
    • Constructor Detail

      • LimitingManagementException

        public LimitingManagementException​(String message,
                                           Throwable cause)
      • LimitingManagementException

        public LimitingManagementException​(String message)