public class ThrottledException extends RuntimeException
| Constructor and Description |
|---|
ThrottledException() |
ThrottledException(String pMessage) |
ThrottledException(String pMessage,
Throwable pCause) |
ThrottledException(String pMessage,
Throwable pCause,
boolean pEnableSuppression,
boolean pWritableStackTrace) |
ThrottledException(Throwable pCause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ThrottledException()
public ThrottledException(String pMessage, Throwable pCause, boolean pEnableSuppression, boolean pWritableStackTrace)
public ThrottledException(String pMessage)
public ThrottledException(Throwable pCause)
lpezet