LoggingException.this

Constructs this exception with a message and throwable cause.

  1. this(string msg, Throwable next)
    class LoggingException
    this
    (
    string msg
    ,
    Throwable next
    )
  2. this(string msg)

Parameters

msg string

The message to provide.

next Throwable

The throwable that caused this exception.