Package org.nustaq.kontraktor.impl
Class ActorBlockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nustaq.kontraktor.impl.ActorBlockedException
- All Implemented Interfaces:
java.io.Serializable
public class ActorBlockedException
extends java.lang.RuntimeException
Created by ruedi on 30.10.14.
if an actor is blocked because a receiver's queue is full
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static ActorBlockedExceptionInstance -
Constructor Summary
Constructors Constructor Description ActorBlockedException() -
Method Summary
Modifier and Type Method Description java.lang.ThrowablefillInStackTrace()
-
Field Details
-
Constructor Details
-
ActorBlockedException
public ActorBlockedException()
-
-
Method Details
-
fillInStackTrace
public java.lang.Throwable fillInStackTrace()- Overrides:
fillInStackTracein classjava.lang.Throwable
-