Test Aborted Exception
expect constructor()
actual constructor()
Constructs an TestAbortedException with an empty message and no cause.
Constructs an TestAbortedException with a message but without cause.
Parameters
message
the detail message; it is saved for later retrieval in the message property
Constructs an TestAbortedException with a message and a cause.
Parameters
message
the detail message; it is saved for later retrieval in the message property
cause
the cause of the failure