AbortException constructor
AbortException()
Constructs a new instance of AbortException.
Implementation
AbortException() : message = 'An abort occurred.';
Constructs a new instance of AbortException.
AbortException() : message = 'An abort occurred.';