![JAR search and dependency download from the Maven repository](/logo.png)
org.ccsds.moims.mo.mal.DeliveryFailedException Maven / Gradle / Ivy
package org.ccsds.moims.mo.mal;
/**
* The DeliveryFailedException exception. Confirmed communication error.
*/
public final class DeliveryFailedException extends org.ccsds.moims.mo.mal.MOErrorException {
/**
* Constructs a new DeliveryFailedException exception.
*
*/
public DeliveryFailedException() {
super(MALHelper.DELIVERY_FAILED_ERROR_NUMBER, "");
}
/**
* Constructs a new DeliveryFailedException exception.
*
* @param message The message of the exception.
*/
public DeliveryFailedException(String message) {
super(MALHelper.DELIVERY_FAILED_ERROR_NUMBER, message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy