Files
my-jdk/jdkSrc/jdk8/org/omg/PortableServer/POAPackage/ServantAlreadyActive.java

26 lines
687 B
Java

package org.omg.PortableServer.POAPackage;
/**
* org/omg/PortableServer/POAPackage/ServantAlreadyActive.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from c:/wsjdk/Corretto8Src/installers/windows/zip/corretto-build/buildRoot/corba/src/share/classes/org/omg/PortableServer/poa.idl
* Thursday, July 10, 2025 9:33:00 PM UTC
*/
public final class ServantAlreadyActive extends org.omg.CORBA.UserException
{
public ServantAlreadyActive ()
{
super(ServantAlreadyActiveHelper.id());
} // ctor
public ServantAlreadyActive (String $reason)
{
super(ServantAlreadyActiveHelper.id() + " " + $reason);
} // ctor
} // class ServantAlreadyActive