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

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

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

package com.zeroc.Ice;

/**
 * This exception is raised if an object cannot be found.
 **/
public class ObjectNotFoundException extends UserException
{
    public ObjectNotFoundException()
    {
    }

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

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

    /** @hidden */
    @Override
    protected void _writeImpl(OutputStream ostr_)
    {
        ostr_.startSlice("::Ice::ObjectNotFoundException", -1, true);
        ostr_.endSlice();
    }

    /** @hidden */
    @Override
    protected void _readImpl(InputStream istr_)
    {
        istr_.startSlice();
        istr_.endSlice();
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy