Package akka.event

Class 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
    • 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
      • 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

      • LogEventException

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

      • getCause

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

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