Searched refs:getException (Results 1 - 25 of 53) sorted by relevance

123

/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/admin/monitor/callflow/
H A DCallFlowInfo.java58 public Throwable getException(); method in interface:CallFlowInfo
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DConnectionEvent.java166 public Exception getException() { method in class:ConnectionEvent
/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/resource/common/
H A DResourceStatus.java84 public Throwable getException(){ method in class:ResourceStatus
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/base/io/
H A DJ2EEObjectStreamFactoryImpl.java91 throw (IOException) ex.getException();
128 throw (IOException) ex.getException();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DCoyoteInputStream.java153 Exception e = pae.getException();
186 Exception e = pae.getException();
220 Exception e = pae.getException();
257 Exception e = pae.getException();
305 Exception e = pae.getException();
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/work/
H A DWorkEvent.java175 public WorkException getException() { return this.exc; } method in class:WorkEvent
/glassfish-3.1.2/jdbc/admin/src/main/java/org/glassfish/jdbc/admin/cli/
H A DDeleteJdbcConnectionPool.java111 if (rs.getException()!= null) {
112 report.setFailureCause(rs.getException());
114 "Something went wrong in delete-jdbc-connection-pool", rs.getException());
H A DDeleteJdbcResource.java108 if (rs.getException() != null)
109 report.setFailureCause(rs.getException());
H A DCreateJdbcResource.java136 if (rs.getException() != null)
137 report.setFailureCause(rs.getException());
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/work/
H A DOneWork.java153 public Exception getException() { method in class:OneWork
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/util/
H A DJavaEEObjectStreamFactory.java111 throw (IOException) ex.getException();
152 throw (IOException) ex.getException();
/glassfish-3.1.2/connectors/admin/src/main/java/org/glassfish/connectors/admin/cli/
H A DCreateConnectorResource.java155 if (rs.getException() != null)
156 report.setFailureCause(rs.getException());
H A DCreateCustomResource.java144 if (rs.getException() != null)
145 report.setFailureCause(rs.getException());
H A DCreateJndiResource.java149 if (rs.getException() != null)
150 report.setFailureCause(rs.getException());
H A DCreateAdminObject.java162 if (rs.getException() != null)
163 report.setFailureCause(rs.getException());
H A DCreateJavaMailResource.java172 if (rs.getException() != null)
173 report.setFailureCause(rs.getException());
H A DCreateResourceAdapterConfig.java174 if (rs.getException() != null)
175 report.setFailureCause(rs.getException());
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/jauth/
H A DAuthConfig.java201 new SecurityException().initCause(e.getException());
H A DAuthContext.java98 if (pae.getException() instanceof AuthException) {
99 throw (AuthException)pae.getException();
102 ae.initCause(pae.getException());
H A DConfigFile.java346 IOException iex = new IOException(pae.getException().toString());
347 iex.initCause(pae.getException());
376 AuthException aex = new AuthException(pae.getException().toString());
377 aex.initCause(pae.getException());
/glassfish-3.1.2/connectors/work-management/src/main/java/com/sun/enterprise/connectors/work/
H A DCommonWorkManager.java223 WorkException we = wc.getException();
280 WorkException we = wc.getException();
343 WorkException we = wc.getException();
H A DWorkCoordinator.java251 getException()));
307 public WorkException getException() { method in class:WorkCoordinator
/glassfish-3.1.2/persistence/common/src/main/java/org/glassfish/persistence/common/database/
H A DPropertyHelper.java159 // e.getException() should be an instance of FileNotFoundException,
162 throw (FileNotFoundException) e.getException();
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/config/
H A DAuthConfigFactory.java225 new SecurityException().initCause(pae.getException());
/glassfish-3.1.2/security/javax.security.jacc/src/main/java/javax/security/jacc/
H A DPolicyConfigurationFactory.java139 Exception e = ex.getException() ;

Completed in 53 milliseconds

123