1 20 21 package org.jacorb.orb; 22 23 24 27 28 public final class MinorCodes { 29 30 34 public static final int NO_SUCH_PROFILE = 29; 36 37 50 public static final int NO_SUCH_POLICY = 3; 52 53 57 public static final int SAS_CSS_FAILURE = ORBConstants.VMCID + 1; 59 public static final int SAS_ATLAS_FAILURE = ORBConstants.VMCID + 2; 60 public static final int SAS_TSS_FAILURE = ORBConstants.VMCID + 3; 61 62 } ; 70 | Popular Tags |