Class CannotProceed
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.omg.CORBA.UserException
-
- org.omg.CosNaming.NamingContextPackage.CannotProceed
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class CannotProceed extends UserException
org/omg/CosNaming/NamingContextPackage/CannotProceed.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/omgapi/src/main/idl/nameservice.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description NamingContext
cxt
NameComponent[]
rest_of_name
-
Constructor Summary
Constructors Constructor Description CannotProceed()
CannotProceed(java.lang.String $reason, NamingContext _cxt, NameComponent[] _rest_of_name)
CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
-
-
-
Field Detail
-
cxt
public NamingContext cxt
-
rest_of_name
public NameComponent[] rest_of_name
-
-
Constructor Detail
-
CannotProceed
public CannotProceed()
-
CannotProceed
public CannotProceed(NamingContext _cxt, NameComponent[] _rest_of_name)
-
CannotProceed
public CannotProceed(java.lang.String $reason, NamingContext _cxt, NameComponent[] _rest_of_name)
-
-