
org.swordapp.client.SWORDClientException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sword2-client Show documentation
Show all versions of sword2-client Show documentation
Client library for interacting with servers offering SWORDv2 endpoints.
The newest version!
package org.swordapp.client;
public class SWORDClientException extends Exception
{
public SWORDClientException()
{
super();
}
public SWORDClientException(String message)
{
super(message);
}
public SWORDClientException(String message, Throwable cause)
{
super(message, cause);
}
public SWORDClientException(Throwable cause)
{
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy