package org.omg.PortableInterceptor;


org/omg/PortableInterceptor/USER_EXCEPTION.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /var/lib/jenkins/jobs/openjdk/jobs/openjdk10/workspace/jdk-updates_jdk10u/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl Sunday, February 14, 2021 at 5:20:32 PM Coordinated Universal Time
/** * org/omg/PortableInterceptor/USER_EXCEPTION.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from /var/lib/jenkins/jobs/openjdk/jobs/openjdk10/workspace/jdk-updates_jdk10u/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl * Sunday, February 14, 2021 at 5:20:32 PM Coordinated Universal Time */
public interface USER_EXCEPTION {
Indicates a UserException reply status. One possible value for RequestInfo.reply_status.
See Also:
/** * Indicates a UserException reply status. One possible value for * <code>RequestInfo.reply_status</code>. * @see RequestInfo#reply_status * @see SUCCESSFUL * @see SYSTEM_EXCEPTION * @see LOCATION_FORWARD * @see TRANSPORT_RETRY */
public static final short value = (short)(2); }