Class StoppedActorTargetedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.nustaq.kontraktor.impl.StoppedActorTargetedException
All Implemented Interfaces:
Serializable

public class StoppedActorTargetedException extends RuntimeException
Created by ruedi on 02.11.14.
See Also:
  • Constructor Details

    • StoppedActorTargetedException

      public StoppedActorTargetedException()
    • StoppedActorTargetedException

      public StoppedActorTargetedException(String message)
    • StoppedActorTargetedException

      public StoppedActorTargetedException(String message, Throwable cause)
    • StoppedActorTargetedException

      public StoppedActorTargetedException(Throwable cause)
    • StoppedActorTargetedException

      public StoppedActorTargetedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)