All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ccsds.moims.mo.mal.DeliveryTimedoutException Maven / Gradle / Ivy

The newest version!
package org.ccsds.moims.mo.mal;

/**
 * The DeliveryTimedoutException exception. Unconfirmed communication error. 
 */
public final class DeliveryTimedoutException extends org.ccsds.moims.mo.mal.MOErrorException {

    /**
     * Constructs a new DeliveryTimedoutException exception.
     * 
     */
    public DeliveryTimedoutException() {
        super(MALHelper.DELIVERY_TIMEDOUT_ERROR_NUMBER, "");
    }

    /**
     * Constructs a new DeliveryTimedoutException exception.
     * 
     * @param extraInformation The extraInformation of the exception.
     */
    public DeliveryTimedoutException(Object extraInformation) {
        super(MALHelper.DELIVERY_TIMEDOUT_ERROR_NUMBER, extraInformation);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy