SerializingTransientConstructor

io.github.vigoo.desert.DesertFailure$.SerializingTransientConstructor
final case class SerializingTransientConstructor(name: String) extends DesertFailure

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def message: String

Human readable failure message

Human readable failure message

Attributes

Definition Classes

Inherited methods

def cause: Option[Throwable]

Exception related to the failure, if any

Exception related to the failure, if any

Attributes

Inherited from:
DesertFailure
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product