com.github.ibole.microservice.registry.service.ServiceImplementationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of microservice-discovery Show documentation
Show all versions of microservice-discovery Show documentation
The discovery®istry module of microservice project
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