com.versionone.apiclient.exceptions.SecurityException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of VersionOne.SDK.Java.APIClient Show documentation
Show all versions of VersionOne.SDK.Java.APIClient Show documentation
A library for custom Java development against the VersionOne Development Platform's REST API.
package com.versionone.apiclient.exceptions;
/**
* Exception thrown when the APIClient encounters a security exception (401)
*/
public class SecurityException extends ConnectionException {
private static final long serialVersionUID = 1L;
public SecurityException() {
super("User Not Authorized", 401);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy