
org.cristalise.kernel.common.ObjectNotFoundException Maven / Gradle / Ivy
package org.cristalise.kernel.common;
/**
* org/cristalise/kernel/common/ObjectNotFoundException.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/travis/build/cristal-ise/kernel/src/main/idl/CommonExceptions.idl
* Monday, June 18, 2018 7:04:12 AM UTC
*/
/**************************************************************************
* The requested object was not found
**************************************************************************/
public final class ObjectNotFoundException extends org.omg.CORBA.UserException
{
public ObjectNotFoundException ()
{
super(ObjectNotFoundExceptionHelper.id());
} // ctor
public ObjectNotFoundException (String $reason)
{
super(ObjectNotFoundExceptionHelper.id() + " " + $reason);
} // ctor
} // class ObjectNotFoundException
© 2015 - 2025 Weber Informatics LLC | Privacy Policy