br.com.anteros.cloud.integration.exception.AnterosCloudIntegrationServerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Anteros-Cloud-Integration Show documentation
Show all versions of Anteros-Cloud-Integration Show documentation
Anteros Cloud Integration for Java.
package br.com.anteros.cloud.integration.exception;
public class AnterosCloudIntegrationServerException extends RuntimeException {
public AnterosCloudIntegrationServerException() {
super();
}
public AnterosCloudIntegrationServerException(String message, Throwable cause, boolean enableSuppression,
boolean writableStackTrace) {
super(message, cause, enableSuppression, writableStackTrace);
}
public AnterosCloudIntegrationServerException(String message, Throwable cause) {
super(message, cause);
}
public AnterosCloudIntegrationServerException(String message) {
super(message);
}
public AnterosCloudIntegrationServerException(Throwable cause) {
super(cause);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy