akka.event
Class Logging.LogEventException

java.lang.Object
  extended by java.lang.Throwable
      extended by akka.event.Logging.LogEventException
All Implemented Interfaces:
java.io.Serializable, scala.util.control.NoStackTrace
Enclosing class:
Logging

public static class Logging.LogEventException
extends java.lang.Throwable
implements scala.util.control.NoStackTrace

Exception that wraps a LogEvent.

See Also:
Serialized Form

Constructor Summary
Logging.LogEventException(Logging.LogEvent event, java.lang.Throwable cause)
           
 
Method Summary
 Logging.LogEvent event()
           
 java.lang.Throwable getCause()
           
 java.lang.String getMessage()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface scala.util.control.NoStackTrace
fillInStackTrace
 

Constructor Detail

Logging.LogEventException

public Logging.LogEventException(Logging.LogEvent event,
                                 java.lang.Throwable cause)
Method Detail

event

public Logging.LogEvent event()

getMessage

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

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class java.lang.Throwable