Package org.apache.pekko
Class PekkoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.pekko.PekkoException
-
- All Implemented Interfaces:
java.io.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 java.lang.RuntimeException implements java.io.Serializable
Pekko base Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PekkoException(java.lang.String msg)
PekkoException(java.lang.String message, java.lang.Throwable cause)
-