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

com.zeroc.Ice.InvocationTimeoutException Maven / Gradle / Ivy

//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.2
//
// 
//
// Generated from file `LocalException.ice'
//
// Warning: do not edit this file.
//
// 
//

package com.zeroc.Ice;

/**
 * This exception indicates that an invocation failed because it timed
 * out.
 **/
public class InvocationTimeoutException extends TimeoutException
{
    public InvocationTimeoutException()
    {
        super();
    }

    public InvocationTimeoutException(Throwable cause)
    {
        super(cause);
    }

    public String ice_id()
    {
        return "::Ice::InvocationTimeoutException";
    }

    /** @hidden */
    public static final long serialVersionUID = -4956443780705036860L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy