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

xyz.cofe.win.activex.ApartmentStateException Maven / Gradle / Ivy

package xyz.cofe.win.activex;

/**
 * Apartment thread is in the wrong state for this function.
 */
public class ApartmentStateException extends RuntimeException {
    private static final long serialVersionUID = -6900255369764050739L;

    public ApartmentStateException(String message)
    {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy