Class PekkoException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ActorInitializationException, ActorInterruptedException, ActorKilledException, AsyncReplayTimeoutException, CircuitBreakerOpenException, ClusterSingletonManagerIsStuck, ConfigurationException, DeathPactException, FailureInjectorException, IllegalActorStateException, InvalidActorNameException, InvalidMessageException, Logging.LoggerException, Logging.LoggerInitializationException, PekkoProtocolException, RemoteTransportException, ResendBufferCapacityReachedException, ResendUnfulfillableException, ResizerInitializationException, SchedulerException, SerializationCheckFailedException, StashOverflowException, Transport.InvalidAssociationException

public class PekkoException extends RuntimeException implements Serializable
Pekko base Exception.
See Also:
  • Constructor Details

    • PekkoException

      public PekkoException(String message, Throwable cause)
    • PekkoException

      public PekkoException(String msg)