Package akka.event

Class Logging.LoggerException

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Logging

    public static class Logging.LoggerException
    extends AkkaException
    Artificial exception injected into Error events if no Throwable is supplied; used for getting a stack dump of error locations.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      LoggerException()  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, 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
    • Constructor Detail

      • LoggerException

        public LoggerException()