Package akka.event
Class Logging.LogEventException
- java.lang.Object
-
- java.lang.Throwable
-
- 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
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LogEventException(Logging.LogEvent event, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Logging.LogEvent
event()
java.lang.Throwable
getCause()
java.lang.String
getMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
LogEventException
public LogEventException(Logging.LogEvent event, java.lang.Throwable cause)
-
-
Method Detail
-
event
public Logging.LogEvent event()
-
getCause
public java.lang.Throwable getCause()
- Overrides:
getCause
in classjava.lang.Throwable
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
-