SquintException constructor

SquintException(
  1. String cause
)

Create instance of SquintException with a message cause.

Implementation

SquintException(this.cause);