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

com.textrecruit.ustack.exceptions.AuthorizationException Maven / Gradle / Ivy

There is a newer version: 1.0.11
Show newest version
package com.textrecruit.ustack.exceptions;

abstract public class AuthorizationException extends Exception {

	private static final long serialVersionUID = -501651211511634923L;

	protected AuthorizationException(String msg) {
		super(msg);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy