public static String[] msgs = {
"New message",
"Long message for Exception. Long message for Exception. Long message for Exception." };
protected Object[] getData() {
return new Object[] { new UnrecoverableEntryException(),
new UnrecoverableEntryException(null),
new UnrecoverableEntryException(msgs[1]) };
}