Op_Error

constructor()

just an operation error.


constructor(Message: String)

Parameters

Message

An additional Error message


constructor(Message: String, Cause: Throwable)

Exception with message and cause of this error

Parameters

Message

An additional Error message

Cause

exceptions causing thing error condition.

See also


constructor(Cause: Throwable)

Exception with cause of this error

Parameters

Cause

exceptions causing thing error condition.

See also