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

com.capitalone.dashboard.util.UnsafeDeleteException Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package com.capitalone.dashboard.util;

/**
 * Created by jkc on 1/20/16.
 */
public class UnsafeDeleteException extends RuntimeException {
	private static final long serialVersionUID = -664077740219817001L;
	public UnsafeDeleteException() {
        super();
    }
    public UnsafeDeleteException(String s) {
        super(s);
    }
    public UnsafeDeleteException(String s, Throwable throwable) {
        super(s, throwable);
    }
    public UnsafeDeleteException(Throwable throwable) {
        super(throwable);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy