ActionNotAllowedException constructor

ActionNotAllowedException(
  1. INode node,
  2. String message
)

Implementation

ActionNotAllowedException(this.node, this.message);