SquintException constructor
SquintException(
- String cause
Create instance of SquintException with a message cause
.
Implementation
SquintException(this.cause);
Create instance of SquintException with a message cause
.
SquintException(this.cause);