com.mx.teknei.pcabordo.lib.db.exception.UnableToSaveException.java Source code

Java tutorial

Introduction

Here is the source code for com.mx.teknei.pcabordo.lib.db.exception.UnableToSaveException.java

Source

/*
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
package com.mx.teknei.pcabordo.lib.db.exception;

import org.hibernate.HibernateException;

/**
 *
 * @author HAENCISO
 */
public class UnableToSaveException extends HibernateException {
    public UnableToSaveException(HibernateException msg) {
        super(msg);
    }
}