![JAR search and dependency download from the Maven repository](/logo.png)
com.github.debugthug.exceptions.SearchAvailabilityException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of TruJet Show documentation
Show all versions of TruJet Show documentation
Simple library having an App to test the XML requests and responses of TruJet.
The newest version!
package com.github.debugthug.exceptions;
public class SearchAvailabilityException extends Exception{
/**
*
*/
private static final long serialVersionUID = 4686147786120984674L;
public SearchAvailabilityException(String message, Throwable cause) {
super(message, cause);
}
public SearchAvailabilityException(String message) {
super(message);
}
public SearchAvailabilityException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy