We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb5c14f commit 599aa56Copy full SHA for 599aa56
src/main/java/software/amazon/cloudformation/exceptions/BaseHandlerException.java
@@ -26,7 +26,7 @@ public abstract class BaseHandlerException extends RuntimeException {
26
27
protected BaseHandlerException(final Throwable cause,
28
final HandlerErrorCode errorCode) {
29
- super(cause.getMessage(), cause);
+ super(cause);
30
this.errorCode = errorCode;
31
}
32
0 commit comments