Searched defs:UNKNOWN (Results 1 - 25 of 39) sorted by relevance

12

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DUNKNOWN.java33 * appear in the operation's raises expression. UNKNOWN is
49 public final class UNKNOWN extends SystemException { class in inherits:SystemException
51 * Constructs an <code>UNKNOWN</code> exception with a default minor code
55 public UNKNOWN() { method in class:UNKNOWN
60 * Constructs an <code>UNKNOWN</code> exception with the specified description message,
64 public UNKNOWN(String s) { method in class:UNKNOWN
69 * Constructs an <code>UNKNOWN</code> exception with the specified
74 public UNKNOWN(int minor, CompletionStatus completed) { method in class:UNKNOWN
79 * Constructs an <code>UNKNOWN</code> exception with the specified description
85 public UNKNOWN(Strin method in class:UNKNOWN
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/org/relaxng/datatype/
H A DDatatypeException.java49 this(UNKNOWN,msg);
56 this(UNKNOWN,null);
62 public static final int UNKNOWN = -1; field in class:DatatypeException
66 * UNKNOWN can be returned to indicate that no index information
/openjdk7/jdk/src/share/classes/com/sun/tracing/dtrace/
H A DAttributes.java65 DependencyClass dependency() default DependencyClass.UNKNOWN;
H A DDependencyClass.java38 UNKNOWN (0), enum constant in enum:DependencyClass
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DImpact.java57 * Corresponds to MBeanOperationInfo.UNKNOWN.
59 UNKNOWN enum constant in enum:Impact
H A DManagedOperation.java45 Impact impact() default Impact.UNKNOWN ;
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DMethod.java77 public static final String UNKNOWN = ""; field in class:Method
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DAuthScheme.java36 UNKNOWN; enum constant in enum:AuthScheme
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DPropertyState.java39 public static final PropertyState UNKNOWN = new PropertyState(Status.UNKNOWN, null); field in class:PropertyState
H A DStatus.java36 UNKNOWN((short)-2, false), enum constant in enum:Status
H A DFeatureState.java42 public static final FeatureState UNKNOWN = new FeatureState(Status.UNKNOWN, false); field in class:FeatureState
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DDebugEvent.java53 public static final Type UNKNOWN = new Type(); field in class:DebugEvent.Type
80 /** For UNKNOWN events, may return a detail message or may return
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterState.java57 public static final PrinterState UNKNOWN = new PrinterState(0); field in class:PrinterState
95 UNKNOWN,
H A DJobState.java57 public static final JobState UNKNOWN = new JobState(0); field in class:JobState
185 {UNKNOWN,
/openjdk7/jdk/src/share/classes/java/awt/
H A DComponentOrientation.java122 public static final ComponentOrientation UNKNOWN = field in class:ComponentOrientation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/spi/
H A DPolicyAssertionValidator.java38 UNKNOWN, enum constant in enum:PolicyAssertionValidator.Fitness
57 * {@code Fitness.UNKNOWN} if the policy assertion type is not recognized
88 * {@code Fitness.UNKNOWN} if the policy assertion type is not recognized
105 * UNKNOWN, UNSUPPORTED or INVALID, the policy processor will log a SEVERE error
125 * <li>UNKNOWN</li>
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DComment.java47 static final int UNKNOWN = -1; field in class:Comment
56 private int _style = UNKNOWN;
58 Comment () {_text = new String (""); _style = UNKNOWN;} // ctor
72 return UNKNOWN;
80 return UNKNOWN;
/openjdk7/jdk/src/share/classes/sun/awt/
H A DCausedFocusEvent.java36 * parameter. The default cause is UNKNOWN.
40 UNKNOWN, enum constant in enum:CausedFocusEvent.Cause
70 cause = Cause.UNKNOWN;
H A DOSInfo.java43 UNKNOWN enum constant in enum:OSInfo.OSType
111 return UNKNOWN;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DEffectiveAlternativeSelector.java51 case UNKNOWN:
52 return UNKNOWN;
69 UNKNOWN { enum constant in enum:EffectiveAlternativeSelector.AlternativeFitness
72 case UNKNOWN:
73 return UNKNOWN;
88 case UNKNOWN:
103 case UNKNOWN:
123 case UNKNOWN:
203 case UNKNOWN:
230 case UNKNOWN
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/wspolicy/
H A DXmlToken.java46 UNKNOWN("", true); enum constant in enum:XmlToken
65 return UNKNOWN;
/openjdk7/jdk/test/java/net/Socket/
H A DDeadlockTest.java196 static final int UNKNOWN = 0; field in class:Message
201 public Message() { this.code = UNKNOWN; }
/openjdk7/jdk/src/share/classes/sun/security/provider/certpath/
H A DOCSP.java360 public enum CertStatus { GOOD, REVOKED, UNKNOWN }; enum constant in enum:OCSP.RevocationStatus.CertStatus
/openjdk7/jdk/src/share/classes/sun/io/
H A DCharToByteUnicode.java43 static final int UNKNOWN = 0; field in class:CharToByteUnicode
46 protected int byteOrder = UNKNOWN;
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DType.java92 public static final Type UNKNOWN = new Type(Constants.T_UNKNOWN, field in class:Type

Completed in 137 milliseconds

12