Searched defs:cause (Results 176 - 200 of 211) sorted by relevance

123456789

/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DIntrospector.java428 * @param cause the raeson why NotCompliantMBeanException should
432 * <pre> throw throwException(clazz,cause); </pre>
433 * @throws SecurityException - if cause is a SecurityException
437 Throwable cause)
439 if (cause instanceof SecurityException)
440 throw (SecurityException) cause;
441 if (cause instanceof NotCompliantMBeanException)
442 throw (NotCompliantMBeanException)cause;
446 (cause==null)?"Not compliant":cause
436 throwException(Class<?> notCompliant, Throwable cause) argument
[all...]
H A DDefaultMXBeanMappingFactory.java886 Throwable cause = builder.possibleCause();
887 if (cause != null)
888 possibleCause = cause;
903 msg += ". Remaining exceptions show a POSSIBLE cause.";
1414 Throwable cause) {
1415 return EnvHelp.initCause(new InvalidObjectException(msg), cause);
1418 static InvalidObjectException invalidObjectException(Throwable cause) { argument
1419 return invalidObjectException(cause.getMessage(), cause);
1422 static OpenDataException openDataException(String msg, Throwable cause) { argument
1413 invalidObjectException(String msg, Throwable cause) argument
1426 openDataException(Throwable cause) argument
[all...]
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DPlatformWindow.java123 public boolean rejectFocusRequest(CausedFocusEvent.Cause cause); argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPlatformEmbeddedFrame.java158 public boolean rejectFocusRequest(CausedFocusEvent.Cause cause) { argument
160 if (cause != CausedFocusEvent.Cause.MOUSE_EVENT &&
H A DCViewPlatformEmbeddedFrame.java155 public boolean rejectFocusRequest(Cause cause) { argument
H A DCFileDialog.java381 boolean focusedWindowChangeAllowed, long time, Cause cause) {
380 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, Cause cause) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDXMLPrinter.java148 protected XMLWriterException(Throwable cause) { argument
149 super(cause);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrintDialogPeer.java138 boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause)
136 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
H A DWFileDialogPeer.java262 boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause)
260 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
H A DWWindowPeer.java273 public boolean requestWindowFocus(CausedFocusEvent.Cause cause) { argument
277 return requestWindowFocus(cause == CausedFocusEvent.Cause.MOUSE_EVENT);
/openjdk7/jdk/src/solaris/demo/jni/Poller/
H A DPoller.c152 static jint throwOutOfMemoryError(JNIEnv *env, const char * cause)
155 cause);
158 static jint throwInterruptedIOException(JNIEnv *env, const char * cause)
162 cause);
165 static jint throwIllegalStateException(JNIEnv *env, const char * cause)
169 cause);
151 throwOutOfMemoryError(JNIEnv *env, const char * cause) argument
157 throwInterruptedIOException(JNIEnv *env, const char * cause) argument
164 throwIllegalStateException(JNIEnv *env, const char * cause) argument
/openjdk7/jdk/src/share/classes/sun/awt/
H A DNullComponentPeer.java185 boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) {
183 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
/openjdk7/jdk/src/share/classes/java/util/
H A DResourceBundle.java508 private Throwable cause; field in class:ResourceBundle.CacheKey
609 clone.cause = null;
625 private void setCause(Throwable cause) { argument
626 if (this.cause == null) {
627 this.cause = cause;
629 // Override the cause if the previous one is
631 if (this.cause instanceof ClassNotFoundException) {
632 this.cause = cause;
1491 throwMissingResourceException(String baseName, Locale locale, Throwable cause) argument
[all...]
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryService.cpp569 GCCause::Cause cause) {
581 countCollection, cause);
637 TraceMemoryManagerStats::TraceMemoryManagerStats(Generation::Name kind, GCCause::Cause cause) { argument
658 initialize(_fullGC, cause,true, true, true, true, true, true, true);
661 GCCause::Cause cause,
669 initialize(fullGC, cause, recordGCBeginTime, recordPreGCUsage, recordPeakUsage,
677 GCCause::Cause cause,
693 _cause = cause;
566 gc_end(bool fullGC, bool recordPostGCUsage, bool recordAccumulatedGCTime, bool recordGCEndTime, bool countCollection, GCCause::Cause cause) argument
660 TraceMemoryManagerStats(bool fullGC, GCCause::Cause cause, bool recordGCBeginTime, bool recordPreGCUsage, bool recordPeakUsage, bool recordPostGCUsage, bool recordAccumulatedGCTime, bool recordGCEndTime, bool countCollection) argument
676 initialize(bool fullGC, GCCause::Cause cause, bool recordGCBeginTime, bool recordPreGCUsage, bool recordPeakUsage, bool recordPostGCUsage, bool recordAccumulatedGCTime, bool recordGCEndTime, bool countCollection) argument
/openjdk7/jdk/test/java/awt/Component/isLightweightCrash/
H A DStubPeerCrash.java107 long time, CausedFocusEvent.Cause cause){
104 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DDependencies.java75 public ClassFileNotFoundException(String className, Throwable cause) { argument
77 initCause(cause);
89 public ClassFileError(Throwable cause) { argument
90 initCause(cause);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbedChildProxyPeer.java200 CausedFocusEvent.Cause cause)
204 temporary, false, time, cause);
196 requestFocus(Component lightweightChild, boolean temporary, boolean focusedWindowChangeAllowed, long time, CausedFocusEvent.Cause cause) argument
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java1640 Throwable cause) {
1642 return EnvHelp.initCause(x,cause);
1639 newIOException(String message, Throwable cause) argument
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp617 // cause a collection.
805 void ParallelScavengeHeap::collect(GCCause::Cause cause) { argument
818 VM_ParallelGCSystemGC op(gc_count, full_gc_count, cause);
826 void ParallelScavengeHeap::collect_as_vm_thread(GCCause::Cause cause) { argument
829 GCCauseSetter gcs(this, cause);
830 switch (cause) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DSymbol.java1413 public CompletionFailure initCause(Throwable cause) { argument
1414 super.initCause(cause);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DZipFileIndex.java1169 protected ZipFormatException(String message, Throwable cause) { argument
1170 super(message, cause);
/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DHandshaker.java269 void fatalSE(byte b, Throwable cause) throws IOException { argument
270 fatalSE(b, null, cause);
273 void fatalSE(byte b, String diagnostic, Throwable cause) argument
276 conn.fatal(b, diagnostic, cause);
278 engine.fatal(b, diagnostic, cause);
1268 * Throw an SSLException with the specified message and cause.
1272 static void throwSSLException(String msg, Throwable cause) argument
1275 e.initCause(cause);
H A DSSLEngineImpl.java1590 synchronized void fatal(byte description, Throwable cause) argument
1592 fatal(description, null, cause);
1609 Throwable cause) throws SSLException {
1618 if (cause == null) {
1619 cause = Alerts.getSSLException(description, cause, diagnostic);
1634 cause.toString());
1636 if (cause instanceof RuntimeException) {
1637 throw (RuntimeException)cause;
1638 } else if (cause instanceo
1608 fatal(byte description, String diagnostic, Throwable cause) argument
[all...]
H A DSSLSocketImpl.java1840 synchronized void fatal(byte description, Throwable cause) argument
1842 fatal(description, null, cause);
1850 Throwable cause) throws IOException {
1881 if (cause instanceof SSLException) { // only true if != null
1882 closeReason = (SSLException)cause;
1885 Alerts.getSSLException(description, cause, diagnostic);
2195 * Controls whether new connections may cause creation of new SSL
2211 * Returns true if new connections may cause creation of new SSL
1849 fatal(byte description, String diagnostic, Throwable cause) argument
/openjdk7/hotspot/src/share/vm/memory/
H A DgenCollectedHeap.cpp438 bool GenCollectedHeap::should_do_concurrent_full_gc(GCCause::Cause cause) { argument
440 ((cause == GCCause::_gc_locker && GCLockerInvokesConcurrent) ||
441 (cause == GCCause::_java_lang_system_gc && ExplicitGCInvokesConcurrent));
775 void GenCollectedHeap::collect(GCCause::Cause cause) { argument
776 if (should_do_concurrent_full_gc(cause)) {
779 collect_mostly_concurrent(cause);
785 if (cause == GCCause::_scavenge_alot) {
787 collect(cause, 0);
790 collect(cause, n_gens() - 1);
794 collect(cause, n_gen
799 collect(GCCause::Cause cause, int max_level) argument
810 collect_as_vm_thread(GCCause::Cause cause) argument
827 collect_locked(GCCause::Cause cause) argument
836 collect_locked(GCCause::Cause cause, int max_level) argument
876 collect_mostly_concurrent(GCCause::Cause cause) argument
[all...]

Completed in 2859 milliseconds

123456789