org.cristalise.kernel.common.CannotManageException Maven / Gradle / Ivy
package org.cristalise.kernel.common;
/**
* org/cristalise/kernel/common/CannotManageException.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /home/travis/build/cristal-ise/cristal-ise/kernel/src/main/idl/CommonExceptions.idl
* Sunday, August 11, 2019 10:53:19 AM UTC
*/
/**************************************************************************
* Thrown when the process isn't privileged enough to make the requested
* change, either because it is a client process, or its management objects
* are incorrect.
**************************************************************************/
public final class CannotManageException extends org.omg.CORBA.UserException
{
public CannotManageException ()
{
super(CannotManageExceptionHelper.id());
} // ctor
public CannotManageException (String $reason)
{
super(CannotManageExceptionHelper.id() + " " + $reason);
} // ctor
} // class CannotManageException
© 2015 - 2025 Weber Informatics LLC | Privacy Policy