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/openjdk9/workspace/jdk9/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl
Sunday, February 14, 2021 4:59:56 PM UTC
/**
* org/omg/PortableInterceptor/USER_EXCEPTION.java .
* Generated by the IDL-to-Java compiler (portable), version "3.2"
* from /var/lib/jenkins/jobs/openjdk/jobs/openjdk9/workspace/jdk9/corba/src/java.corba/share/classes/org/omg/PortableInterceptor/Interceptors.idl
* Sunday, February 14, 2021 4:59:56 PM UTC
*/
public interface USER_EXCEPTION
{
Indicates a UserException reply status. One possible value for
RequestInfo.reply_status
.
See Also: - reply_status.reply_status
- SUCCESSFUL
- SYSTEM_EXCEPTION
- LOCATION_FORWARD
- TRANSPORT_RETRY
/**
* 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);
}