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

org.cristalise.kernel.common.ObjectAlreadyExistsExceptionHolder Maven / Gradle / Ivy

package org.cristalise.kernel.common;

/**
* org/cristalise/kernel/common/ObjectAlreadyExistsExceptionHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/travis/build/cristal-ise/kernel/src/main/idl/CommonExceptions.idl
* Tuesday, June 26, 2018 6:11:44 PM UTC
*/


/**************************************************************************
    * The object already exists.
    **************************************************************************/
public final class ObjectAlreadyExistsExceptionHolder implements org.omg.CORBA.portable.Streamable
{
  public org.cristalise.kernel.common.ObjectAlreadyExistsException value = null;

  public ObjectAlreadyExistsExceptionHolder ()
  {
  }

  public ObjectAlreadyExistsExceptionHolder (org.cristalise.kernel.common.ObjectAlreadyExistsException initialValue)
  {
    value = initialValue;
  }

  public void _read (org.omg.CORBA.portable.InputStream i)
  {
    value = org.cristalise.kernel.common.ObjectAlreadyExistsExceptionHelper.read (i);
  }

  public void _write (org.omg.CORBA.portable.OutputStream o)
  {
    org.cristalise.kernel.common.ObjectAlreadyExistsExceptionHelper.write (o, value);
  }

  public org.omg.CORBA.TypeCode _type ()
  {
    return org.cristalise.kernel.common.ObjectAlreadyExistsExceptionHelper.type ();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy