CopyTreeException constructor

CopyTreeException(
  1. String reason
)

Throw when the copy function encounters an error.

Implementation

CopyTreeException(String reason) : super(reason);