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

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

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

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

Copyright 2016, iBole Inc. All rights reserved. * * *********************************************************************************************/ public class GenericException extends Exception { /** * */ private static final long serialVersionUID = 1L; public GenericException(String msg, Throwable ex) { super(msg, ex); } public GenericException(Throwable ex) { super(ex); } public GenericException(String msg) { super(msg); } }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy