akka
Class AkkaException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by akka.AkkaException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ActorActivationException, ActorDeActivationException, ActorInitializationException, ActorInterruptedException, ActorKilledException, AkkaCamelException, AkkaProtocolException, AsyncReplayTimeoutException, CircuitBreakerOpenException, ClusterSingletonManagerIsStuck, ConfigurationException, Controller.ClientDisconnectedException, CoordinatedTransactionException, DeathPactException, EndpointException, FailureInjectorException, IllegalActorStateException, InvalidActorNameException, InvalidMessageException, Logging.LoggerException, Logging.LoggerInitializationException, PduCodecException, RemoteTransportException, ResendBufferCapacityReachedException, ResendUnfulfillableException, ResetException, SchedulerException, StashOverflowException, Transport.InvalidAssociationException

public class AkkaException
extends java.lang.RuntimeException
implements scala.Serializable

Akka base Exception. Each Exception gets:

See Also:
Serialized Form

Constructor Summary
AkkaException(java.lang.String msg)
           
AkkaException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AkkaException

public AkkaException(java.lang.String message,
                     java.lang.Throwable cause)

AkkaException

public AkkaException(java.lang.String msg)