Class ThrottleComponentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.mediation.throttle.ThrottleComponentException
-
- All Implemented Interfaces:
Serializable
public class ThrottleComponentException extends Exception
Exception class which is used to throw Throttle component specific exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ThrottleComponentException(String errorCode)
ThrottleComponentException(String errorCode, Object[] args)
ThrottleComponentException(String errorCode, Object[] args, Throwable e)
ThrottleComponentException(String errorCode, Throwable e)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description protected static String
getMessage(String errorCode, Object[] args)
get the message from resource bundle.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-