Searched refs:IllegalStateException (Results 1 - 25 of 242) sorted by relevance

12345678910

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DIllegalStateException.java44 * An <code>IllegalStateException</code>
54 public class IllegalStateException extends javax.resource.ResourceException { class in inherits:javax.resource.ResourceException
59 public IllegalStateException() { super(); } method in class:IllegalStateException
66 public IllegalStateException(String message) { method in class:IllegalStateException
75 public IllegalStateException(Throwable cause) { method in class:IllegalStateException
86 public IllegalStateException(String message, Throwable cause) { method in class:IllegalStateException
97 public IllegalStateException(String message, String errorCode) { method in class:IllegalStateException
/glassfish-3.1.2/ejb/javax.ejb/src/main/java/javax/ejb/
H A DEntityContext.java76 * @exception IllegalStateException if the instance invokes this
83 EJBLocalObject getEJBLocalObject() throws IllegalStateException;
99 * @exception IllegalStateException Thrown if the instance invokes this
104 EJBObject getEJBObject() throws IllegalStateException;
120 * @exception IllegalStateException Thrown if the instance invokes this
124 Object getPrimaryKey() throws IllegalStateException;
H A DSessionContext.java73 * @exception IllegalStateException Thrown if the instance invokes this
80 EJBLocalObject getEJBLocalObject() throws IllegalStateException;
97 * @exception IllegalStateException Thrown if the instance invokes this
102 EJBObject getEJBObject() throws IllegalStateException;
113 * @exception IllegalStateException Thrown if this method is invoked
119 MessageContext getMessageContext() throws IllegalStateException;
133 * @exception IllegalStateException Thrown if invoked with a parameter
139 <T> T getBusinessObject(Class<T> businessInterface) throws IllegalStateException;
145 * @exception IllegalStateException Thrown if this method is called
151 Class getInvokedBusinessInterface() throws IllegalStateException;
[all...]
H A DEJBContext.java69 * @exception java.lang.IllegalStateException if the enterprise bean
72 EJBHome getEJBHome() throws IllegalStateException;
79 * @exception java.lang.IllegalStateException if the enterprise bean
84 EJBLocalHome getEJBLocalHome() throws IllegalStateException;
120 * @exception IllegalStateException The Container throws the exception
125 Principal getCallerPrincipal() throws IllegalStateException;
149 * @exception IllegalStateException The Container throws the exception
154 boolean isCallerInRole(String roleName) throws IllegalStateException;
167 * @exception IllegalStateException The Container throws the exception
171 UserTransaction getUserTransaction() throws IllegalStateException;
[all...]
H A DAsyncResult.java73 throw new java.lang.IllegalStateException
81 throw new java.lang.IllegalStateException
89 throw new java.lang.IllegalStateException
105 throw new java.lang.IllegalStateException
H A DTimer.java60 * @exception java.lang.IllegalStateException If this method is
70 public void cancel() throws java.lang.IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.EJBException;
79 * @exception java.lang.IllegalStateException If this method is
92 public long getTimeRemaining() throws java.lang.IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.NoMoreTimeoutsException, javax.ejb.EJBException;
101 * @exception java.lang.IllegalStateException If this method is
114 public Date getNextTimeout() throws java.lang.IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.NoMoreTimeoutsException, javax.ejb.EJBException;
123 * @exception java.lang.IllegalStateException If this method is
136 public ScheduleExpression getSchedule() throws java.lang.IllegalStateException, javax.ejb.NoSuchObjectLocalException, javax.ejb.EJBException;
143 * @exception java.lang.IllegalStateException If this method is
155 public boolean isPersistent() throws java.lang.IllegalStateException, java
[all...]
H A DTimerHandle.java62 * @exception java.lang.IllegalStateException If this method is
72 public Timer getTimer() throws java.lang.IllegalStateException,
H A DTimerService.java73 * @exception java.lang.IllegalStateException If this method is
82 java.lang.IllegalArgumentException, java.lang.IllegalStateException,
97 * @exception java.lang.IllegalStateException If this method is
107 java.lang.IllegalArgumentException, java.lang.IllegalStateException,
133 * @exception java.lang.IllegalStateException If this method is
143 java.lang.IllegalArgumentException, java.lang.IllegalStateException,
168 * @exception java.lang.IllegalStateException If this method is
179 java.lang.IllegalArgumentException, java.lang.IllegalStateException,
196 * @exception java.lang.IllegalStateException If this method is
205 java.lang.IllegalArgumentException, java.lang.IllegalStateException,
[all...]
/glassfish-3.1.2/transaction/javax.transaction/src/main/java/javax/transaction/
H A DTransaction.java44 import java.lang.IllegalStateException;
75 * @exception IllegalStateException Thrown if the transaction in the
83 SecurityException, IllegalStateException, SystemException;
94 * @exception IllegalStateException Thrown if the transaction in the
105 throws IllegalStateException, SystemException;
120 * @exception IllegalStateException Thrown if the transaction in the
129 throws RollbackException, IllegalStateException,
159 * @exception IllegalStateException Thrown if the transaction in the
168 throws RollbackException, IllegalStateException,
174 * @exception IllegalStateException Throw
[all...]
H A DUserTransaction.java44 import java.lang.IllegalStateException;
84 * @exception IllegalStateException Thrown if the current thread is
92 IllegalStateException, SystemException;
101 * @exception IllegalStateException Thrown if the current thread is
108 void rollback() throws IllegalStateException, SecurityException,
116 * @exception IllegalStateException Thrown if the current thread is
123 void setRollbackOnly() throws IllegalStateException, SystemException;
H A DTransactionManager.java44 import java.lang.IllegalStateException;
84 * @exception IllegalStateException Thrown if the current thread is
93 IllegalStateException, SystemException;
133 * @exception IllegalStateException Thrown if the thread is already
140 throws InvalidTransactionException, IllegalStateException,
151 * @exception IllegalStateException Thrown if the current thread is
158 public void rollback() throws IllegalStateException, SecurityException,
166 * @exception IllegalStateException Thrown if the current thread is
173 public void setRollbackOnly() throws IllegalStateException, SystemException;
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DSingletonContextImpl.java68 public TimerService getTimerService() throws IllegalStateException {
73 throw new IllegalStateException("Operation not allowed");
87 throws IllegalStateException
90 throw new IllegalStateException("Singleton setRollbackOnly not allowed");
94 throw new IllegalStateException(
110 throw new IllegalStateException("No transaction context.");
116 IllegalStateException illEx = new IllegalStateException(ex.toString());
124 throws IllegalStateException
127 throw new IllegalStateException("Singleto
[all...]
H A DMessageBeanContextImpl.java98 throws java.lang.IllegalStateException
104 throw new java.lang.IllegalStateException("Operation not allowed");
116 RuntimeException exception = new java.lang.IllegalStateException
123 throws java.lang.IllegalStateException
128 throw new java.lang.IllegalStateException("Operation not allowed");
135 throw new IllegalStateException("Argument is null");
144 throw new IllegalStateException("isCallerInRole not allowed from timer callback");
148 throw new IllegalStateException("not invoked from within a message-bean context");
155 throw new IllegalStateException(
164 throws java.lang.IllegalStateException {
[all...]
H A DAbstractSessionContextImpl.java99 public TimerService getTimerService() throws IllegalStateException {
104 throw new IllegalStateException("Operation not allowed");
116 throws IllegalStateException {
122 throw new IllegalStateException("Operation not allowed");
135 throw new IllegalStateException("Attempt to access " +
139 IllegalStateException ise = new IllegalStateException();
146 throws IllegalStateException {
154 throw new IllegalStateException("Operation not allowed");
186 IllegalStateException is
[all...]
H A DEJBContextImpl.java325 throws IllegalStateException
328 throw new IllegalStateException("EJBObject not available");
338 throws IllegalStateException
341 throw new IllegalStateException("EJBLocalObject not available");
354 throw new IllegalStateException("EJBHome not available");
366 throw new IllegalStateException("EJBLocalHome not available");
455 throw new IllegalStateException("Argument is null");
463 throw new IllegalStateException(
476 throws IllegalStateException
478 throw new IllegalStateException("Operatio
[all...]
H A DTimerWrapper.java87 throws IllegalStateException, NoSuchObjectLocalException, EJBException {
102 throws IllegalStateException, NoMoreTimeoutsException, NoSuchObjectLocalException {
113 throws IllegalStateException, NoMoreTimeoutsException, NoSuchObjectLocalException {
133 throws IllegalStateException, NoSuchObjectLocalException {
149 throws IllegalStateException, NoSuchObjectLocalException {
154 throw new IllegalStateException("Only allowed for persistent timers");
164 public ScheduleExpression getSchedule() throws java.lang.IllegalStateException,
171 throw new IllegalStateException("Only allowed for calendar-based timers");
183 public boolean isCalendarTimer() throws java.lang.IllegalStateException,
196 public boolean isPersistent() throws java.lang.IllegalStateException,
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DResponseFacade.java158 throw new IllegalStateException(
171 throw new IllegalStateException(
186 throw new IllegalStateException(
198 throw new IllegalStateException(
203 // throw new IllegalStateException
217 throw new IllegalStateException(
222 // throw new IllegalStateException
236 throw new IllegalStateException(
251 throw new IllegalStateException(
270 throw new IllegalStateException(
[all...]
H A DRequestFacade.java326 throw new IllegalStateException(
337 throw new IllegalStateException(
353 throw new IllegalStateException(
370 throw new IllegalStateException(
381 throw new IllegalStateException(
392 throw new IllegalStateException(
403 throw new IllegalStateException(
414 throw new IllegalStateException(
430 throw new IllegalStateException(
446 throw new IllegalStateException(
[all...]
H A DCoyoteOutputStream.java132 throw new IllegalStateException(
144 throw new IllegalStateException(
156 throw new IllegalStateException(
171 throw new IllegalStateException(
183 throw new IllegalStateException(
198 throw new IllegalStateException(
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/
H A DDeploymentManager.java67 * @throws IllegalStateException is thrown when the method is
73 public Target[] getTargets() throws IllegalStateException;
92 * @throws IllegalStateException is thrown when the method is
99 IllegalStateException;
117 * @throws IllegalStateException is thrown when the method is
124 IllegalStateException;
141 * @throws IllegalStateException is thrown when the method is
148 IllegalStateException;
177 * @throws IllegalStateException is thrown when the method is
185 throws IllegalStateException;
[all...]
/glassfish-3.1.2/transaction/internal-api/src/main/java/com/sun/enterprise/transaction/spi/
H A DTransactionInternal.java54 throws RollbackException, IllegalStateException,
/glassfish-3.1.2/transaction/jta-xa/src/main/java/com/sun/enterprise/transaction/xa/
H A DJavaEETransactionManagerXADelegate.java89 IllegalStateException, SystemException {}
94 public void rollbackDistributedTransaction() throws IllegalStateException,
111 throws RollbackException, IllegalStateException, SystemException {
112 throw new IllegalStateException(sm.getString("enterprise_distributedtx.nonxa_usein_jts"));
116 throws RollbackException, IllegalStateException, SystemException {
122 throws IllegalStateException, SystemException {
133 throws InvalidTransactionException, IllegalStateException,
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DSessionCookieConfigImpl.java78 * @throws IllegalStateException if the <tt>ServletContext</tt>
84 throw new IllegalStateException(
106 * @throws IllegalStateException if the <tt>ServletContext</tt>
112 throw new IllegalStateException(
133 * @throws IllegalStateException if the <tt>ServletContext</tt>
139 throw new IllegalStateException(
162 * @throws IllegalStateException if the <tt>ServletContext</tt>
168 throw new IllegalStateException(
192 * @throws IllegalStateException if the <tt>ServletContext</tt>
198 throw new IllegalStateException(
[all...]
/glassfish-3.1.2/transaction/jta/src/main/java/com/sun/enterprise/transaction/
H A DTransactionSynchronizationRegistryImpl.java119 * @exception IllegalStateException Thrown if the current thread
127 throw new IllegalStateException(
131 throw new IllegalStateException(
146 * @exception IllegalStateException Thrown if the current thread
154 throw new IllegalStateException(
158 throw new IllegalStateException(
195 * @exception IllegalStateException Thrown if the current thread
203 throw new IllegalStateException(
207 throw new IllegalStateException(
210 throw new IllegalStateException(
[all...]
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/jta/
H A DTransactionImpl.java117 RollbackException, HeuristicRollbackException, IllegalStateException,
134 throw new IllegalStateException();
158 throws IllegalStateException, SystemException {
167 throw new IllegalStateException();
169 throw new IllegalStateException();
190 throws RollbackException, IllegalStateException,
196 throw new IllegalStateException();
220 throw new IllegalStateException();
230 throws IllegalStateException, SystemException {
236 throw new IllegalStateException();
[all...]

Completed in 853 milliseconds

12345678910