com.rathravane.clerk.exceptions.IamIdentityDoesNotExist Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of clerk Show documentation
Show all versions of clerk Show documentation
A framework for user identification, authentication, and access control.
package com.rathravane.clerk.exceptions;
public class IamIdentityDoesNotExist extends IamBadRequestException
{
public IamIdentityDoesNotExist ( String msg ) { super ( msg ); }
public IamIdentityDoesNotExist ( Throwable t ) { super ( t ); }
public IamIdentityDoesNotExist ( String msg, Throwable t ) { super ( msg, t ); }
private static final long serialVersionUID = 1L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy