|
Java EE 5 SDK | ||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Package javax.activation |
---|
Class javax.activation.ActivationDataFlavor extends DataFlavor implements Serializable |
---|
Serialization Methods |
---|
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
public void writeExternal(ObjectOutput arg0) throws IOException
IOException
Class javax.activation.MimeType extends Object implements Serializable |
---|
Serialization Methods |
---|
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
ClassNotFoundException
- If the class for an object being
restored cannot be found.
IOException
public void writeExternal(ObjectOutput out) throws IOException
IOException
- Includes any I/O exceptions that may occur
Class javax.activation.MimeTypeParseException extends Exception implements Serializable |
---|
Class javax.activation.UnsupportedDataTypeException extends IOException implements Serializable |
---|
Package javax.ejb |
---|
Class javax.ejb.AccessLocalException extends EJBException implements Serializable |
---|
Class javax.ejb.ConcurrentAccessException extends EJBException implements Serializable |
---|
Class javax.ejb.CreateException extends Exception implements Serializable |
---|
Class javax.ejb.DuplicateKeyException extends CreateException implements Serializable |
---|
Class javax.ejb.EJBAccessException extends EJBException implements Serializable |
---|
Class javax.ejb.EJBException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Exception causeException
Class javax.ejb.EJBTransactionRequiredException extends EJBException implements Serializable |
---|
Class javax.ejb.EJBTransactionRolledbackException extends EJBException implements Serializable |
---|
Class javax.ejb.FinderException extends Exception implements Serializable |
---|
Class javax.ejb.NoSuchEJBException extends EJBException implements Serializable |
---|
Class javax.ejb.NoSuchEntityException extends EJBException implements Serializable |
---|
Class javax.ejb.NoSuchObjectLocalException extends EJBException implements Serializable |
---|
Class javax.ejb.ObjectNotFoundException extends FinderException implements Serializable |
---|
Class javax.ejb.RemoveException extends Exception implements Serializable |
---|
Class javax.ejb.TransactionRequiredLocalException extends EJBException implements Serializable |
---|
Class javax.ejb.TransactionRolledbackLocalException extends EJBException implements Serializable |
---|
Package javax.el |
---|
Class javax.el.ELContextEvent extends EventObject implements Serializable |
---|
Class javax.el.ELException extends RuntimeException implements Serializable |
---|
Class javax.el.Expression extends Object implements Serializable |
---|
Class javax.el.MethodExpression extends Expression implements Serializable |
---|
Class javax.el.MethodNotFoundException extends ELException implements Serializable |
---|
Class javax.el.PropertyNotFoundException extends ELException implements Serializable |
---|
Class javax.el.PropertyNotWritableException extends ELException implements Serializable |
---|
Class javax.el.ValueExpression extends Expression implements Serializable |
---|
Package javax.enterprise.deploy.model.exceptions |
---|
Class javax.enterprise.deploy.model.exceptions.DDBeanCreateException extends Exception implements Serializable |
---|
Package javax.enterprise.deploy.spi.exceptions |
---|
Class javax.enterprise.deploy.spi.exceptions.BeanNotFoundException extends Exception implements Serializable |
---|
Class javax.enterprise.deploy.spi.exceptions.ClientExecuteException extends Exception implements Serializable |
---|
Class javax.enterprise.deploy.spi.exceptions.ConfigurationException extends Exception implements Serializable |
---|
Class javax.enterprise.deploy.spi.exceptions.DConfigBeanVersionUnsupportedException extends Exception implements Serializable |
---|
Class javax.enterprise.deploy.spi.exceptions.DeploymentManagerCreationException extends Exception implements Serializable |
---|
Class javax.enterprise.deploy.spi.exceptions.InvalidModuleException extends Exception implements Serializable |
---|
Class javax.enterprise.deploy.spi.exceptions.OperationUnsupportedException extends Exception implements Serializable |
---|
Class javax.enterprise.deploy.spi.exceptions.TargetException extends Exception implements Serializable |
---|
Package javax.enterprise.deploy.spi.status |
---|
Class javax.enterprise.deploy.spi.status.ProgressEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
DeploymentStatus statuscode
TargetModuleID targetModuleID
Package javax.faces |
---|
Class javax.faces.FacesException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
The underlying exception that caused this exception.
Package javax.faces.application |
---|
Class javax.faces.application.FacesMessage extends Object implements Serializable |
---|
serialVersionUID: -1180773928220076822L
Serialized Fields |
---|
FacesMessage.Severity severity
String summary
String detail
Class javax.faces.application.ViewExpiredException extends FacesException implements Serializable |
---|
Serialized Fields |
---|
String viewId
The view identifier of the view that could not be restored.
Package javax.faces.convert |
---|
Class javax.faces.convert.ConverterException extends FacesException implements Serializable |
---|
Serialized Fields |
---|
FacesMessage facesMessage
Package javax.faces.el |
---|
Class javax.faces.el.EvaluationException extends FacesException implements Serializable |
---|
Class javax.faces.el.MethodNotFoundException extends EvaluationException implements Serializable |
---|
Class javax.faces.el.PropertyNotFoundException extends EvaluationException implements Serializable |
---|
Class javax.faces.el.ReferenceSyntaxException extends EvaluationException implements Serializable |
---|
Package javax.faces.event |
---|
Class javax.faces.event.AbortProcessingException extends FacesException implements Serializable |
---|
Class javax.faces.event.ActionEvent extends FacesEvent implements Serializable |
---|
Class javax.faces.event.FacesEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
PhaseId phaseId
Class javax.faces.event.PhaseEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
FacesContext context
PhaseId phaseId
Class javax.faces.event.ValueChangeEvent extends FacesEvent implements Serializable |
---|
Serialized Fields |
---|
Object oldValue
The previous local value of the source UIComponent
.
Object newValue
The current local value of the source UIComponent
.
Package javax.faces.model |
---|
Class javax.faces.model.DataModelEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
Object data
int index
Class javax.faces.model.SelectItem extends Object implements Serializable |
---|
serialVersionUID: 876782311414654999L
Serialized Fields |
---|
String description
boolean disabled
String label
Object value
boolean escape
Class javax.faces.model.SelectItemGroup extends SelectItem implements Serializable |
---|
Serialized Fields |
---|
SelectItem[] selectItems
Package javax.faces.validator |
---|
Class javax.faces.validator.ValidatorException extends FacesException implements Serializable |
---|
Serialized Fields |
---|
FacesMessage message
Package javax.faces.webapp |
---|
Class javax.faces.webapp.AttributeTag extends TagSupport implements Serializable |
---|
serialVersionUID: -7782950243436672334L
Serialized Fields |
---|
String name
The name of the attribute to be created, if not already present.
String value
The value to be associated with this attribute, if it is created.
Class javax.faces.webapp.ConverterELTag extends TagSupport implements Serializable |
---|
Class javax.faces.webapp.ConverterTag extends TagSupport implements Serializable |
---|
serialVersionUID: -5909792518081427720L
Serialized Fields |
---|
String converterId
The identifier of the Converter
instance to be created.
String binding
The ValueExpression
that evaluates to an object that
implements Converter
.
Class javax.faces.webapp.FacetTag extends TagSupport implements Serializable |
---|
Serialized Fields |
---|
String name
The name of this facet. This will be used as the facet name for
our UIComponentTag
child in our UIComponentTag
parent's facet list.
Class javax.faces.webapp.ValidatorELTag extends TagSupport implements Serializable |
---|
Class javax.faces.webapp.ValidatorTag extends TagSupport implements Serializable |
---|
serialVersionUID: -5562623615418158868L
Serialized Fields |
---|
String validatorId
The identifier of the Validator
instance to be created.
String binding
The ValueExpression
that evaluates to an object that
implements Validator
.
Package javax.jms |
---|
Class javax.jms.IllegalStateException extends JMSException implements Serializable |
---|
Class javax.jms.InvalidClientIDException extends JMSException implements Serializable |
---|
Class javax.jms.InvalidDestinationException extends JMSException implements Serializable |
---|
Class javax.jms.InvalidSelectorException extends JMSException implements Serializable |
---|
Class javax.jms.JMSException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String errorCode
Exception linkedException
Exception
reference.
Class javax.jms.JMSSecurityException extends JMSException implements Serializable |
---|
Class javax.jms.MessageEOFException extends JMSException implements Serializable |
---|
Class javax.jms.MessageFormatException extends JMSException implements Serializable |
---|
Class javax.jms.MessageNotReadableException extends JMSException implements Serializable |
---|
Class javax.jms.MessageNotWriteableException extends JMSException implements Serializable |
---|
Class javax.jms.ResourceAllocationException extends JMSException implements Serializable |
---|
Class javax.jms.TransactionInProgressException extends JMSException implements Serializable |
---|
Class javax.jms.TransactionRolledBackException extends JMSException implements Serializable |
---|
Package javax.mail |
---|
Class javax.mail.Address extends Object implements Serializable |
---|
serialVersionUID: -5822459626751992278L
Class javax.mail.AuthenticationFailedException extends MessagingException implements Serializable |
---|
serialVersionUID: 492080754054436511L
Class javax.mail.Flags extends Object implements Serializable |
---|
serialVersionUID: 6243590407214169028L
Serialized Fields |
---|
int system_flags
Hashtable<K,V> user_flags
Class javax.mail.FolderClosedException extends MessagingException implements Serializable |
---|
serialVersionUID: 1687879213433302315L
Class javax.mail.FolderNotFoundException extends MessagingException implements Serializable |
---|
serialVersionUID: 472612108891249403L
Class javax.mail.IllegalWriteException extends MessagingException implements Serializable |
---|
serialVersionUID: 3974370223328268013L
Class javax.mail.Message.RecipientType extends Object implements Serializable |
---|
serialVersionUID: -7479791750606340008L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
readResolve
method that checks for their known
instances before calling this super method.
ObjectStreamException
Serialized Fields |
---|
String type
Class javax.mail.MessageRemovedException extends MessagingException implements Serializable |
---|
serialVersionUID: 1951292550679528690L
Class javax.mail.MessagingException extends Exception implements Serializable |
---|
serialVersionUID: -7569192289819959253L
Serialized Fields |
---|
Exception next
Class javax.mail.MethodNotSupportedException extends MessagingException implements Serializable |
---|
serialVersionUID: -3757386618726131322L
Class javax.mail.NoSuchProviderException extends MessagingException implements Serializable |
---|
serialVersionUID: 8058319293154708827L
Class javax.mail.ReadOnlyFolderException extends MessagingException implements Serializable |
---|
serialVersionUID: 5711829372799039325L
Class javax.mail.SendFailedException extends MessagingException implements Serializable |
---|
serialVersionUID: -6457531621682372913L
Class javax.mail.StoreClosedException extends MessagingException implements Serializable |
---|
serialVersionUID: -3145392336120082655L
Package javax.mail.event |
---|
Class javax.mail.event.ConnectionEvent extends MailEvent implements Serializable |
---|
serialVersionUID: -1855480171284792957L
Serialized Fields |
---|
int type
Class javax.mail.event.FolderEvent extends MailEvent implements Serializable |
---|
serialVersionUID: 5278131310563694307L
Serialized Fields |
---|
int type
Class javax.mail.event.MailEvent extends EventObject implements Serializable |
---|
serialVersionUID: 1846275636325456631L
Class javax.mail.event.MessageChangedEvent extends MailEvent implements Serializable |
---|
serialVersionUID: -4974972972105535108L
Serialized Fields |
---|
int type
Class javax.mail.event.MessageCountEvent extends MailEvent implements Serializable |
---|
serialVersionUID: -7447022340837897369L
Serialized Fields |
---|
int type
boolean removed
Class javax.mail.event.StoreEvent extends MailEvent implements Serializable |
---|
serialVersionUID: 1938704919992515330L
Serialized Fields |
---|
int type
String message
Class javax.mail.event.TransportEvent extends MailEvent implements Serializable |
---|
serialVersionUID: -4729852364684273073L
Serialized Fields |
---|
int type
Package javax.mail.internet |
---|
Class javax.mail.internet.AddressException extends ParseException implements Serializable |
---|
serialVersionUID: 9134583443539323120L
Serialized Fields |
---|
String ref
int pos
Class javax.mail.internet.InternetAddress extends Address implements Serializable |
---|
serialVersionUID: -7507595530758302903L
Serialized Fields |
---|
String address
String personal
String encodedPersonal
This field and the personal
field track each
other, so if a subclass sets one of these fields directly, it
should set the other to null
, so that it is
suitably recomputed.
Class javax.mail.internet.MailDateFormat extends SimpleDateFormat implements Serializable |
---|
serialVersionUID: -8148227605210628779L
Class javax.mail.internet.MimeMessage.RecipientType extends Message.RecipientType implements Serializable |
---|
serialVersionUID: -5468290701714395543L
Serialization Methods |
---|
protected Object readResolve() throws ObjectStreamException
ObjectStreamException
Class javax.mail.internet.NewsAddress extends Address implements Serializable |
---|
serialVersionUID: -4203797299824684143L
Serialized Fields |
---|
String newsgroup
String host
Class javax.mail.internet.ParseException extends MessagingException implements Serializable |
---|
serialVersionUID: 7649991205183658089L
Package javax.mail.search |
---|
Class javax.mail.search.AddressStringTerm extends StringTerm implements Serializable |
---|
serialVersionUID: 3086821234204980368L
Class javax.mail.search.AddressTerm extends SearchTerm implements Serializable |
---|
serialVersionUID: 2005405551929769980L
Serialized Fields |
---|
Address address
Class javax.mail.search.AndTerm extends SearchTerm implements Serializable |
---|
serialVersionUID: -3583274505380989582L
Serialized Fields |
---|
SearchTerm[] terms
Class javax.mail.search.BodyTerm extends StringTerm implements Serializable |
---|
serialVersionUID: -4888862527916911385L
Class javax.mail.search.ComparisonTerm extends SearchTerm implements Serializable |
---|
serialVersionUID: 1456646953666474308L
Serialized Fields |
---|
int comparison
Class javax.mail.search.DateTerm extends ComparisonTerm implements Serializable |
---|
serialVersionUID: 4818873430063720043L
Serialized Fields |
---|
Date date
Class javax.mail.search.FlagTerm extends SearchTerm implements Serializable |
---|
serialVersionUID: -142991500302030647L
Serialized Fields |
---|
boolean set
true
,
then test whether all the specified flags are present, else
test whether all the specified flags are absent.
Flags flags
Class javax.mail.search.FromStringTerm extends AddressStringTerm implements Serializable |
---|
serialVersionUID: 5801127523826772788L
Class javax.mail.search.FromTerm extends AddressTerm implements Serializable |
---|
serialVersionUID: 5214730291502658665L
Class javax.mail.search.HeaderTerm extends StringTerm implements Serializable |
---|
serialVersionUID: 8342514650333389122L
Serialized Fields |
---|
String headerName
Class javax.mail.search.IntegerComparisonTerm extends ComparisonTerm implements Serializable |
---|
serialVersionUID: -6963571240154302484L
Serialized Fields |
---|
int number
Class javax.mail.search.MessageIDTerm extends StringTerm implements Serializable |
---|
serialVersionUID: -2121096296454691963L
Class javax.mail.search.MessageNumberTerm extends IntegerComparisonTerm implements Serializable |
---|
serialVersionUID: -5379625829658623812L
Class javax.mail.search.NotTerm extends SearchTerm implements Serializable |
---|
serialVersionUID: 7152293214217310216L
Serialized Fields |
---|
SearchTerm term
Class javax.mail.search.OrTerm extends SearchTerm implements Serializable |
---|
serialVersionUID: 5380534067523646936L
Serialized Fields |
---|
SearchTerm[] terms
Class javax.mail.search.ReceivedDateTerm extends DateTerm implements Serializable |
---|
serialVersionUID: -2756695246195503170L
Class javax.mail.search.RecipientStringTerm extends AddressStringTerm implements Serializable |
---|
serialVersionUID: -8293562089611618849L
Serialized Fields |
---|
Message.RecipientType type
Class javax.mail.search.RecipientTerm extends AddressTerm implements Serializable |
---|
serialVersionUID: 6548700653122680468L
Serialized Fields |
---|
Message.RecipientType type
Class javax.mail.search.SearchException extends MessagingException implements Serializable |
---|
serialVersionUID: -7092886778226268686L
Class javax.mail.search.SearchTerm extends Object implements Serializable |
---|
serialVersionUID: -6652358452205992789L
Class javax.mail.search.SentDateTerm extends DateTerm implements Serializable |
---|
serialVersionUID: 5647755030530907263L
Class javax.mail.search.SizeTerm extends IntegerComparisonTerm implements Serializable |
---|
serialVersionUID: -2556219451005103709L
Class javax.mail.search.StringTerm extends SearchTerm implements Serializable |
---|
serialVersionUID: 1274042129007696269L
Serialized Fields |
---|
String pattern
boolean ignoreCase
Class javax.mail.search.SubjectTerm extends StringTerm implements Serializable |
---|
serialVersionUID: 7481568618055573432L
Package javax.management.j2ee |
---|
Package javax.persistence |
---|
Class javax.persistence.EntityExistsException extends PersistenceException implements Serializable |
---|
Class javax.persistence.EntityNotFoundException extends PersistenceException implements Serializable |
---|
Class javax.persistence.NonUniqueResultException extends PersistenceException implements Serializable |
---|
Class javax.persistence.NoResultException extends PersistenceException implements Serializable |
---|
Class javax.persistence.OptimisticLockException extends PersistenceException implements Serializable |
---|
Serialized Fields |
---|
Object entity
Class javax.persistence.PersistenceException extends RuntimeException implements Serializable |
---|
Class javax.persistence.RollbackException extends PersistenceException implements Serializable |
---|
Class javax.persistence.TransactionRequiredException extends PersistenceException implements Serializable |
---|
Package javax.resource |
---|
Class javax.resource.NotSupportedException extends ResourceException implements Serializable |
---|
Class javax.resource.ResourceException extends Exception implements Serializable |
---|
Serialized Fields |
---|
String errorCode
Exception linkedException
Package javax.resource.cci |
---|
Class javax.resource.cci.ResourceWarning extends ResourceException implements Serializable |
---|
Package javax.resource.spi |
---|
Class javax.resource.spi.ApplicationServerInternalException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.CommException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.ConnectionEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
Exception exception
ConnectionEvent
instance.
int id
Object connectionHandle
Class javax.resource.spi.EISSystemException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.IllegalStateException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.InvalidPropertyException extends ResourceException implements Serializable |
---|
Serialized Fields |
---|
PropertyDescriptor[] invalidProperties
Class javax.resource.spi.LocalTransactionException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.ResourceAdapterInternalException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.ResourceAllocationException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.SecurityException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.SharingViolationException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.UnavailableException extends ResourceException implements Serializable |
---|
Package javax.resource.spi.security |
---|
Class javax.resource.spi.security.PasswordCredential extends Object implements Serializable |
---|
Serialized Fields |
---|
String userName
char[] password
ManagedConnectionFactory mcf
Package javax.resource.spi.work |
---|
Class javax.resource.spi.work.WorkCompletedException extends WorkException implements Serializable |
---|
Class javax.resource.spi.work.WorkEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
int type
Work work
Work
object on which the event occured.
WorkException exc
Work
processing.
long startDuration
Class javax.resource.spi.work.WorkException extends ResourceException implements Serializable |
---|
Class javax.resource.spi.work.WorkRejectedException extends WorkException implements Serializable |
---|
Package javax.security.jacc |
---|
Class javax.security.jacc.EJBMethodPermission extends Permission implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialization Overview |
---|
Serialized Fields |
---|
String actions
Class javax.security.jacc.EJBRoleRefPermission extends Permission implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialization Overview |
---|
Serialized Fields |
---|
String actions
Class javax.security.jacc.PolicyContextException extends Exception implements Serializable |
---|
Class javax.security.jacc.WebResourcePermission extends Permission implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialization Overview |
---|
Serialized Fields |
---|
String actions
Class javax.security.jacc.WebRoleRefPermission extends Permission implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialization Overview |
---|
Serialized Fields |
---|
String actions
Class javax.security.jacc.WebUserDataPermission extends Permission implements Serializable |
---|
serialVersionUID: 1L
Serialization Methods |
---|
private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
private void writeObject(ObjectOutputStream s) throws IOException
IOException
Serialization Overview |
---|
Serialized Fields |
---|
String actions
Package javax.servlet |
---|
Class javax.servlet.GenericServlet extends Object implements Serializable |
---|
Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable |
---|
Serialized Fields |
---|
String name
Object value
Class javax.servlet.ServletContextEvent extends EventObject implements Serializable |
---|
Class javax.servlet.ServletException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Throwable rootCause
Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable |
---|
Serialized Fields |
---|
String name
Object value
Class javax.servlet.ServletRequestEvent extends EventObject implements Serializable |
---|
Serialized Fields |
---|
ServletRequest request
Class javax.servlet.UnavailableException extends ServletException implements Serializable |
---|
Serialized Fields |
---|
Servlet servlet
boolean permanent
int seconds
Package javax.servlet.http |
---|
Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable |
---|
Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable |
---|
Serialized Fields |
---|
String name
Object value
Class javax.servlet.http.HttpSessionEvent extends EventObject implements Serializable |
---|
Package javax.servlet.jsp |
---|
Class javax.servlet.jsp.JspException extends Exception implements Serializable |
---|
Class javax.servlet.jsp.JspTagException extends JspException implements Serializable |
---|
Class javax.servlet.jsp.SkipPageException extends JspException implements Serializable |
---|
Package javax.servlet.jsp.el |
---|
Class javax.servlet.jsp.el.ELException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Throwable mRootCause
Class javax.servlet.jsp.el.ELParseException extends ELException implements Serializable |
---|
Package javax.servlet.jsp.tagext |
---|
Class javax.servlet.jsp.tagext.BodyTagSupport extends TagSupport implements Serializable |
---|
Serialized Fields |
---|
BodyContent bodyContent
Class javax.servlet.jsp.tagext.TagSupport extends Object implements Serializable |
---|
Serialized Fields |
---|
Tag parent
Hashtable<K,V> values
String id
PageContext pageContext
Package javax.transaction |
---|
Class javax.transaction.HeuristicCommitException extends Exception implements Serializable |
---|
Class javax.transaction.HeuristicMixedException extends Exception implements Serializable |
---|
Class javax.transaction.HeuristicRollbackException extends Exception implements Serializable |
---|
Class javax.transaction.InvalidTransactionException extends RemoteException implements Serializable |
---|
Class javax.transaction.NotSupportedException extends Exception implements Serializable |
---|
Class javax.transaction.RollbackException extends Exception implements Serializable |
---|
Class javax.transaction.SystemException extends Exception implements Serializable |
---|
Serialized Fields |
---|
int errorCode
Class javax.transaction.TransactionRequiredException extends RemoteException implements Serializable |
---|
Class javax.transaction.TransactionRolledbackException extends RemoteException implements Serializable |
---|
Package javax.transaction.xa |
---|
Class javax.transaction.xa.XAException extends Exception implements Serializable |
---|
Serialized Fields |
---|
int errorCode
Package javax.xml.bind |
---|
Class javax.xml.bind.DataBindingException extends RuntimeException implements Serializable |
---|
Class javax.xml.bind.JAXBElement extends Object implements Serializable |
---|
serialVersionUID: 1L
Serialized Fields |
---|
QName name
Class<T> declaredType
Class<T> scope
JAXBElement.GlobalScope
for global xml element declaration.
- local element declaration has a scope set to the Java class
representation of complex type defintion containing
xml element declaration.
Object value
boolean nil
Class javax.xml.bind.JAXBException extends Exception implements Serializable |
---|
serialVersionUID: -5621384651494307979L
Serialized Fields |
---|
String errorCode
Throwable linkedException
Class javax.xml.bind.MarshalException extends JAXBException implements Serializable |
---|
Class javax.xml.bind.PropertyException extends JAXBException implements Serializable |
---|
Class javax.xml.bind.TypeConstraintException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
String errorCode
Throwable linkedException
Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable |
---|
Class javax.xml.bind.ValidationException extends JAXBException implements Serializable |
---|
Package javax.xml.registry |
---|
Class javax.xml.registry.DeleteException extends RegistryException implements Serializable |
---|
Class javax.xml.registry.FindException extends RegistryException implements Serializable |
---|
Class javax.xml.registry.InvalidRequestException extends JAXRException implements Serializable |
---|
Class javax.xml.registry.JAXRException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
Class javax.xml.registry.RegistryException extends JAXRException implements Serializable |
---|
Serialized Fields |
---|
Key errorObjectKey
Class javax.xml.registry.SaveException extends RegistryException implements Serializable |
---|
Class javax.xml.registry.UnexpectedObjectException extends JAXRException implements Serializable |
---|
Class javax.xml.registry.UnsupportedCapabilityException extends JAXRException implements Serializable |
---|
Package javax.xml.rpc |
---|
Class javax.xml.rpc.JAXRPCException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
Class javax.xml.rpc.ServiceException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
Package javax.xml.rpc.encoding |
---|
Package javax.xml.rpc.handler |
---|
Class javax.xml.rpc.handler.HandlerInfo extends Object implements Serializable |
---|
Serialized Fields |
---|
Class<T> handlerClass
Map<K,V> config
Vector<E> headers
Package javax.xml.rpc.soap |
---|
Class javax.xml.rpc.soap.SOAPFaultException extends RuntimeException implements Serializable |
---|
Serialized Fields |
---|
QName faultcode
String faultstring
String faultactor
Detail detail
Package javax.xml.soap |
---|
Class javax.xml.soap.SOAPException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Throwable cause
Package javax.xml.stream |
---|
Class javax.xml.stream.FactoryConfigurationError extends Error implements Serializable |
---|
Serialized Fields |
---|
Exception nested
Class javax.xml.stream.XMLStreamException extends Exception implements Serializable |
---|
Serialized Fields |
---|
Throwable nested
Location location
Package javax.xml.ws |
---|
Class javax.xml.ws.ProtocolException extends WebServiceException implements Serializable |
---|
Class javax.xml.ws.WebServiceException extends RuntimeException implements Serializable |
---|
Class javax.xml.ws.WebServicePermission extends BasicPermission implements Serializable |
---|
serialVersionUID: -146474640053770988L
Package javax.xml.ws.http |
---|
Class javax.xml.ws.http.HTTPException extends ProtocolException implements Serializable |
---|
Serialized Fields |
---|
int statusCode
Package javax.xml.ws.soap |
---|
Class javax.xml.ws.soap.SOAPFaultException extends ProtocolException implements Serializable |
---|
Serialized Fields |
---|
SOAPFault fault
|
Java EE 5 SDK | ||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
Scripting on this page tracks web page traffic, but does not change the content in any way.