help.swgoh.api.exception.SwgohAPITimeoutException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swgoh-api-connector Show documentation
Show all versions of swgoh-api-connector Show documentation
A collection of Java helper classes that allow for easy and immediate access to the api.swgoh.help endpoints.
package help.swgoh.api.exception;
/**
* Thrown by the API client when a web call produces the HTTP status 504.
*
* Can be used for custom handling of the gateway timeout scenario.
*
* @since 4.0.0
*/
public class SwgohAPITimeoutException extends SwgohAPIException
{
public SwgohAPITimeoutException( Throwable cause )
{
super( cause );
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy