public SigV4PropertiesNotFoundException()

in src/main/java/com/amazon/neptune/gremlin/driver/exception/SigV4PropertiesNotFoundException.java [25:27]


    public SigV4PropertiesNotFoundException(final String message) {
        super(message);
    }