public MessagingException()

in src/main/java/org/apache/sling/distribution/journal/MessagingException.java [35:38]


    public MessagingException(String message, String responseCode) {
        super(message);
        this.responseCode = responseCode;
    }