WSUnsupportedException constructor

const WSUnsupportedException(
  1. String message
)

The operation was not allowed by the object.

Implementation

const WSUnsupportedException(super.message);