com.jelastic.api.billing.extern.exception.ExternBillingException Maven / Gradle / Ivy
The newest version!
/*Server class MD5: f6b43fa5738090ea950b504aba061b54*/
package com.jelastic.api.billing.extern.exception;
/**
* @name Jelastic API Client
* @version 8.11.2
* @copyright Jelastic, Inc.
*/
public class ExternBillingException extends Exception {
public ExternBillingException(String s) {
super(s);
}
public ExternBillingException(String s, Throwable throwable) {
super(s, throwable);
}
public ExternBillingException(Throwable throwable) {
super(throwable);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy