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

com.github.ibole.infrastructure.common.exception.GenericRuntimeException Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package com.github.ibole.infrastructure.common.exception;

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

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

*

*********************************************************************************************/ /** * @author bwang ([email protected]) * */ public class GenericRuntimeException extends RuntimeException { private static final long serialVersionUID = 232350690610319469L; public GenericRuntimeException(String msg, Throwable ex) { super(msg, ex); } public GenericRuntimeException(Throwable ex) { super(ex); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy