Package ej.sp
Class TooManyWaitingThreadsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ej.sp.TooManyWaitingThreadsException
-
- All Implemented Interfaces:
Serializable
public class TooManyWaitingThreadsException extends RuntimeException
Signals that too many threads are waiting for a block.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManyWaitingThreadsException()Builds a TooManyWaitingThreadsException with no detail message.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toString
-
-