org.jacorb.orb
Class MinorCodes

java.lang.Object
  extended byorg.jacorb.orb.MinorCodes

public final class MinorCodes
extends java.lang.Object

Minor codes for CORBA system-exceptions. These codes are marshalled on the wire and allow the client to know the exact cause of the exception.


Field Summary
static int NO_SUCH_POLICY
           
static int NO_SUCH_PROFILE
           
static int SAS_ATLAS_FAILURE
           
static int SAS_CSS_FAILURE
           
static int SAS_TSS_FAILURE
           
 
Constructor Summary
MinorCodes()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_SUCH_PROFILE

public static final int NO_SUCH_PROFILE
See Also:
Constant Field Values

NO_SUCH_POLICY

public static final int NO_SUCH_POLICY
See Also:
Constant Field Values

SAS_CSS_FAILURE

public static final int SAS_CSS_FAILURE
See Also:
Constant Field Values

SAS_ATLAS_FAILURE

public static final int SAS_ATLAS_FAILURE
See Also:
Constant Field Values

SAS_TSS_FAILURE

public static final int SAS_TSS_FAILURE
See Also:
Constant Field Values
Constructor Detail

MinorCodes

public MinorCodes()