All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.wepay.waltz.exception.PartitionNotFoundException Maven / Gradle / Ivy

There is a newer version: 0.13.2
Show newest version
package com.wepay.waltz.exception;

public class PartitionNotFoundException extends ClientException {

    public PartitionNotFoundException(int partitionId) {
        super("partition not found: partitionId=" + partitionId);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy