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:
ActorInitializationException, ActorInterruptedException, ActorKilledException, AkkaCamelException, CircuitBreakerOpenException, ClusterSingletonManagerIsStuck, ConfigurationException, CoordinatedTransactionException, DeathPactException, IllegalActorStateException, InvalidActorNameException, InvalidMessageException, Logging.EventHandlerException, Logging.LoggerInitializationException, RemoteClientException, RemoteTransportException, StashOverflowException, VectorClockException

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
 java.lang.String toString()
           
 java.lang.String uuid()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
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)
Method Detail

uuid

public java.lang.String uuid()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable