Packages

package exception

Type Members

  1. case class NonTransientException(input: String, message: String, timestamp: Instant = Instant.now(), cause: Throwable = null) extends RuntimeException with Product with Serializable
  2. case class NuExceptionInfo[T <: Throwable](nodeComponentInfo: Option[NodeComponentInfo], throwable: T, context: Context) extends Serializable with Product

Ungrouped