com.app55.error.AuthenticationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of app55-java Show documentation
Show all versions of app55-java Show documentation
App55 client library for the Java platform.
The newest version!
package com.app55.error;
import java.util.Map;
class AuthenticationException extends ApiException
{
AuthenticationException(String message, Long code, Map body)
{
super(message, code, body);
}
private static final long serialVersionUID = -2318907231L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy