public SourceReferenceException()

in src/main/java/org/apache/sling/tooling/support/source/impl/SourceReferenceException.java [31:33]


    public SourceReferenceException(Throwable cause) {
        super(cause);
    }