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

com.rathravane.clerk.exceptions.IamBadRequestException Maven / Gradle / Ivy

Go to download

A framework for user identification, authentication, and access control.

There is a newer version: 1.2.0
Show newest version
package com.rathravane.clerk.exceptions;

public class IamBadRequestException extends Exception
{
	public IamBadRequestException ( String msg ) { super ( msg ); }
	public IamBadRequestException ( Throwable t ) { super ( t ); }
	public IamBadRequestException ( String msg, Throwable t ) { super ( msg, t ); }

	private static final long serialVersionUID = 1L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy