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

IceBox.AlreadyStartedException Maven / Gradle / Ivy

There is a newer version: 3.7.10
Show newest version
//
// Copyright (c) ZeroC, Inc. All rights reserved.
//
//
// Ice version 3.7.3
//
// 
//
// Generated from file `IceBox.ice'
//
// Warning: do not edit this file.
//
// 
//

package IceBox;

/**
 * This exception is thrown if an attempt is made to start an
 * already-started service.
 *
 **/
public class AlreadyStartedException extends Ice.UserException
{
    public AlreadyStartedException()
    {
    }

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

    public String
    ice_id()
    {
        return "::IceBox::AlreadyStartedException";
    }

    protected void
    _writeImpl(Ice.OutputStream ostr_)
    {
        ostr_.startSlice("::IceBox::AlreadyStartedException", -1, true);
        ostr_.endSlice();
    }

    protected void
    _readImpl(Ice.InputStream istr_)
    {
        istr_.startSlice();
        istr_.endSlice();
    }

    public static final long serialVersionUID = 115156757889290093L;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy