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

com.github.ibole.microservice.registry.service.ServiceImplementationException Maven / Gradle / Ivy

The newest version!
package com.github.ibole.microservice.registry.service;


/*********************************************************************************************.
 * 
 * 
 * 

Copyright 2016, iBole Inc. All rights reserved. * *

. *

*********************************************************************************************/ public class ServiceImplementationException extends Exception { public ServiceImplementationException(Exception e) { super(e); } public ServiceImplementationException(String errorMessage, Exception e) { super(errorMessage, e); } private static final long serialVersionUID = -6446789145075238310L; }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy