Package com.palantir.common.concurrent
Class CheckedRejectedExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.palantir.common.concurrent.CheckedRejectedExecutionException
-
- All Implemented Interfaces:
Serializable
public class CheckedRejectedExecutionException extends Exception
Similar toRejectedExecutionException
, but requires explicit handling.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CheckedRejectedExecutionException(String message)
CheckedRejectedExecutionException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-