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 ActorBlockedException Instance  
  • Constructor Summary

    Constructors 
    Constructor Description
    ActorBlockedException()  
  • Method Summary

    Modifier and Type Method Description
    java.lang.Throwable fillInStackTrace()  

    Methods inherited from class java.lang.Throwable

    addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait