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

org.ccsds.moims.mo.mpd.OrderFailedException Maven / Gradle / Ivy

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

/**
 * The OrderFailedException exception. Creation of a new product order failed. 
 */
public final class OrderFailedException extends org.ccsds.moims.mo.mal.MOErrorException {

    /**
     * Constructs a new OrderFailedException exception.
     * 
     */
    public OrderFailedException() {
        super(MPDHelper.ORDER_FAILED_ERROR_NUMBER, "");
    }

    /**
     * Constructs a new OrderFailedException exception.
     * 
     * @param extraInformation The extraInformation of the exception.
     */
    public OrderFailedException(Object extraInformation) {
        super(MPDHelper.ORDER_FAILED_ERROR_NUMBER, extraInformation);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy