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

com.github.uscexp.dotnotation.exception.AttributeAccessExeption Maven / Gradle / Ivy

/*
 * Copyright (C) 2014 - 2018 by haui - all rights reserved
 */
package com.github.uscexp.dotnotation.exception;

/**
 * @author haui
 *
 */
public class AttributeAccessExeption extends Exception {

	private static final long serialVersionUID = 6553428672927717399L;

	public AttributeAccessExeption(String message, Throwable cause) {
		super(message, cause);
	}

	public AttributeAccessExeption(String message) {
		super(message);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy