Package org.jgroups.util
Class NoProgressException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jgroups.util.NoProgressException
-
- All Implemented Interfaces:
java.io.Serializable
public class NoProgressException extends java.lang.RuntimeException
Exception raised when a threadpool rejects jobs but shows no progress.- Since:
- 1/30/13
- Author:
- Radim Vansa <rvansa@redhat.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NoProgressException(java.lang.String message)
-