Package akka
Class AkkaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- All Implemented Interfaces:
java.io.Serializable,scala.Serializable
- Direct Known Subclasses:
ActorActivationException,ActorDeActivationException,ActorInitializationException,ActorInterruptedException,ActorKilledException,AkkaCamelException,AkkaProtocolException,AsyncReplayTimeoutException,CircuitBreakerOpenException,ClusterSingletonManagerIsStuck,ConfigurationException,Controller.ClientDisconnectedException,DeathPactException,EndpointException,FailureInjectorException,IllegalActorStateException,InvalidActorNameException,InvalidMessageException,Logging.LoggerException,Logging.LoggerInitializationException,PduCodecException,RemoteTransportException,ResendBufferCapacityReachedException,ResendUnfulfillableException,ResizerInitializationException,SchedulerException,SerializationCheckFailedException,StashOverflowException,Transport.InvalidAssociationException
public class AkkaException extends java.lang.RuntimeException implements scala.SerializableAkka base Exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AkkaException(java.lang.String msg)AkkaException(java.lang.String message, java.lang.Throwable cause)
-