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

com.brein.time.exceptions.IllegalBucketEndPoints Maven / Gradle / Ivy

package com.brein.time.exceptions;

public class IllegalBucketEndPoints extends RuntimeException {

    public IllegalBucketEndPoints() {
        super();
    }

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

    public IllegalBucketEndPoints(final String message, final Throwable cause) {
        super(message, cause);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy