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