CopyException constructor
CopyException(
- String reason
Throw when the copy
function encounters an error.
Implementation
CopyException(super.reason);
Throw when the copy
function encounters an error.
CopyException(super.reason);