Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • HazelcastError
    • IOError

Index

Constructors

Properties

Constructors

constructor

  • new IOError(msg: string, cause?: Error, serverStackTrace?: ServerErrorStackElement[]): IOError
  • Parameters

    • msg: string
    • Optional cause: Error
    • Optional serverStackTrace: ServerErrorStackElement[]

    Returns IOError

Properties

cause

cause: Error

Cause of this exception.

Optional serverStackTrace

serverStackTrace: ServerErrorStackElement[]

Server-side stack trace.

Generated using TypeDoc