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

com.versionone.om.ApplicationUnavailableException Maven / Gradle / Ivy

Go to download

A strongly-typed object model library on top of the VersionOne SDK.Java API Client library.

The newest version!
/*(c) Copyright 2008, VersionOne, Inc. All rights reserved. (c)*/
package com.versionone.om;

/**
 * Thrown when an instance is validated and cannot communicate with the
 * VersionOne Application.
 */
public class ApplicationUnavailableException extends SDKException {
    static final long serialVersionUID = 1L;

    ApplicationUnavailableException(String message, Throwable cause) {
        super(message, cause);
    }

    ApplicationUnavailableException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy