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

jp.openstandia.midpoint.grpc.GrpcServiceException Maven / Gradle / Ivy

There is a newer version: 3.0.0
Show newest version
package jp.openstandia.midpoint.grpc;

public class GrpcServiceException extends RuntimeException {
    public GrpcServiceException(Exception e) {
        super(e);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy