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

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

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

/**
 * The DestinationTransientException exception. Destination middleware reports 
 * destination application does not exist. 
 */
public final class DestinationTransientException extends org.ccsds.moims.mo.mal.MOErrorException {

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy