Searched refs:getRootCause (Results 1 - 25 of 38) sorted by relevance

12

/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DExceptionUtil.java67 final Throwable rootCause = getRootCause(t);
122 Caller should generally use Exceptionutil.toMap( ExceptionUtil.getRootCause(t) )
128 final Throwable rootCause = getRootCause(t);
197 public static Throwable getRootCause(final Throwable e) method in class:ExceptionUtil
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/config/
H A DResourceConfigTestBase.java71 final Throwable rootCause = ExceptionUtil.getRootCause(e);
H A DConfigMgrTestBase.java110 final Throwable rootCause = ExceptionUtil.getRootCause(e);
118 final Throwable rootCause = ExceptionUtil.getRootCause(t);
156 trace(getStackTrace(ExceptionUtil.getRootCause(e)));
225 objectName + " = " + ExceptionUtil.getRootCause(e).getMessage());
/glassfish-3.1.2/installer/src/main/java/org/glassfish/installer/util/
H A DExceptionUtil.java91 public static Throwable getRootCause(Throwable e) { method in class:ExceptionUtil
H A DUnpack.java104 LOGGER.log(Level.INFO, "Error Uncompressing " + ExceptionUtil.getRootCause(e));
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/util/
H A DExceptionUtil.java103 public static Throwable getRootCause(final Throwable e) method in class:ExceptionUtil
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/client/
H A DMiscTest.java136 final Throwable t = ExceptionUtil.getRootCause(e);
H A DProxyTest.java227 final Throwable rootCause = ExceptionUtil.getRootCause(t);
/glassfish-3.1.2/tests/quicklook/amx/src/test/amx/
H A DAMXCoreTests.java107 if ( ExceptionUtil.getRootCause(e) instanceof InstanceNotFoundException )
H A DAMXTestBase.java360 System.err.println( ExceptionUtil.toString(ExceptionUtil.getRootCause(e)) );
H A DDemo.java268 System.err.println( ExceptionUtil.toString(ExceptionUtil.getRootCause(e)) );
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/logger/
H A DLoggerBase.java225 rootCause = ((ServletException) throwable).getRootCause();
/glassfish-3.1.2/common/amx-core-impl/src/main/java/org/glassfish/admin/amx/impl/mbean/
H A DPathnamesImpl.java216 return ExceptionUtil.getRootCause(t) instanceof InstanceNotFoundException;
230 ExceptionUtil.getRootCause(e));
246 ExceptionUtil.getRootCause(e));
277 ExceptionUtil.getRootCause(t));
H A DAMXImplBase.java463 final Throwable rootCause = ExceptionUtil.getRootCause(t);
489 rethrowAttributeNotFound(ExceptionUtil.getRootCause(e), attrName);
492 rethrowAttributeNotFound(ExceptionUtil.getRootCause(e), attrName);
495 rethrowAttributeNotFound(ExceptionUtil.getRootCause(e), attrName);
510 final Throwable t = ExceptionUtil.getRootCause(e);
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/proxy/
H A DProxyFactory.java571 final Throwable rootCause = ExceptionUtil.getRootCause(e);
628 objectName, " = ", ExceptionUtil.getRootCause( e ) );
679 objectName, " = ", ExceptionUtil.getRootCause( e ) );
716 objectName, " = ", ExceptionUtil.getRootCause( e ) );
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DAMXTestBase.java306 ExceptionUtil.getStackTrace(getRootCause(e)));
498 final Throwable rootCause = getRootCause(e);
576 getRootCause(Throwable t) { method in class:AMXTestBase
577 return ExceptionUtil.getRootCause(t);
587 return getStackTrace(getRootCause(t));
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardWrapperValve.java221 StandardWrapper.getRootCause(e));
329 Throwable rootCause = StandardWrapper.getRootCause(e);
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/monitor/
H A DMonitorTest.java322 final Throwable rootCause = ExceptionUtil.getRootCause(e);
358 final Throwable rootCause = ExceptionUtil.getRootCause(e);
464 ExceptionUtil.getStackTrace(ExceptionUtil.getRootCause(e)));
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DGenericCreateCommand.java225 String msg = ExceptionUtil.getRootCause(e).getMessage();
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/core/
H A DAMXValidator.java416 final Throwable rootCause = ExceptionUtil.getRootCause(t);
444 return ExceptionUtil.toString(ExceptionUtil.getRootCause(t));
530 return ExceptionUtil.getRootCause(t) instanceof InstanceNotFoundException;
644 logWarning( "Attribute '" + attrName + "' failed for " + proxy.objectName(), ExceptionUtil.getRootCause(t));
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/base/
H A DGenericTest.java140 ExceptionUtil.getStackTrace(ExceptionUtil.getRootCause(e));
151 final Throwable rootCause = ExceptionUtil.getRootCause(e);
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/j2ee/
H A DJ2EETest.java284 final Throwable rootCause = ExceptionUtil.getRootCause(e);
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/logger/
H A DLoggerBase.java349 rootCause = ((ServletException) throwable).getRootCause();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/servlets/
H A DInvokerServlet.java431 Throwable rootCause = e.getRootCause();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DErrorReportValve.java285 rootCause = ((ServletException) throwable).getRootCause();

Completed in 54 milliseconds

12