Package com.opencloud.rhino.limiting
Class LimitingManagementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.opencloud.rhino.limiting.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 Summary
Constructors Constructor Description LimitingManagementException(String message)
LimitingManagementException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-