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

Ice.CloseTimeoutException Maven / Gradle / Ivy

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

package Ice;

/**
 * This exception indicates a connection closure timeout condition.
 *
 **/
public class CloseTimeoutException extends TimeoutException
{
    public CloseTimeoutException()
    {
        super();
    }

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

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

    public static final long serialVersionUID = -702193953324375086L;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy