Package org.apache.pekko.event
Class Logging.LoggerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.PekkoException
org.apache.pekko.event.Logging.LoggerException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Logging
Artificial exception injected into Error events if no Throwable is
supplied; used for getting a stack dump of error locations.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
LoggerException
public LoggerException()
-