org.cristalise.kernel.common.PersistencyExceptionHolder Maven / Gradle / Ivy
package org.cristalise.kernel.common;
/**
* org/cristalise/kernel/common/PersistencyExceptionHolder.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/travis/build/cristal-ise/kernel/src/main/idl/CommonExceptions.idl
* Thursday, April 28, 2016 8:55:27 AM UTC
*/
/**************************************************************************
* Error during storing/retrieving objects
**************************************************************************/
public final class PersistencyExceptionHolder implements org.omg.CORBA.portable.Streamable
{
public org.cristalise.kernel.common.PersistencyException value = null;
public PersistencyExceptionHolder ()
{
}
public PersistencyExceptionHolder (org.cristalise.kernel.common.PersistencyException initialValue)
{
value = initialValue;
}
public void _read (org.omg.CORBA.portable.InputStream i)
{
value = org.cristalise.kernel.common.PersistencyExceptionHelper.read (i);
}
public void _write (org.omg.CORBA.portable.OutputStream o)
{
org.cristalise.kernel.common.PersistencyExceptionHelper.write (o, value);
}
public org.omg.CORBA.TypeCode _type ()
{
return org.cristalise.kernel.common.PersistencyExceptionHelper.type ();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy