Skip to content

Commit 599aa56

Browse files
author
Wenbing Li
committed
Address comment
1 parent fb5c14f commit 599aa56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/cloudformation/exceptions/BaseHandlerException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public abstract class BaseHandlerException extends RuntimeException {
2626

2727
protected BaseHandlerException(final Throwable cause,
2828
final HandlerErrorCode errorCode) {
29-
super(cause.getMessage(), cause);
29+
super(cause);
3030
this.errorCode = errorCode;
3131
}
3232

0 commit comments

Comments
 (0)