KlutterException constructor

KlutterException(
  1. String cause
)

Create instance of KlutterException with a message cause.

Implementation

KlutterException(this.cause);