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

global.maplink.place.schema.exception.PlaceCalculationRequestException Maven / Gradle / Ivy

There is a newer version: 1.5.15
Show newest version
package global.maplink.place.schema.exception;

import java.io.Serializable;

public class PlaceCalculationRequestException extends RuntimeException implements Serializable {
    public PlaceCalculationRequestException(final ErrorType errorType) {
        super(errorType.getMessage());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy