Serialized Form
-
Package javax.activation
-
Class javax.activation.ActivationDataFlavor extends DataFlavor implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput arg0) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
public void writeExternal(ObjectOutput arg0) throws IOException
- Throws:
IOException
-
-
-
Class javax.activation.MimeType extends Object implements Serializable
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
The object implements the readExternal method to restore its contents by calling the methods of DataInput for primitive types and readObject for objects, strings and arrays. The readExternal method must read the values in the same sequence and with the same types as were written by writeExternal.- Throws:
ClassNotFoundException- If the class for an object being restored cannot be found.IOException
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
The object implements the writeExternal method to save its contents by calling the methods of DataOutput for its primitive values or calling the writeObject method of ObjectOutput for objects, strings and arrays.- Throws:
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.transaction
-
Class javax.transaction.HeuristicCommitException extends Exception implements Serializable
- serialVersionUID:
- -3977609782149921760L
-
Class javax.transaction.HeuristicMixedException extends Exception implements Serializable
- serialVersionUID:
- 2345014349685956666L
-
Class javax.transaction.HeuristicRollbackException extends Exception implements Serializable
- serialVersionUID:
- -3483618944556408897L
-
Class javax.transaction.InvalidTransactionException extends RemoteException implements Serializable
- serialVersionUID:
- 3597320220337691496L
-
Class javax.transaction.NotSupportedException extends Exception implements Serializable
- serialVersionUID:
- 56870312332816390L
-
Class javax.transaction.RollbackException extends Exception implements Serializable
- serialVersionUID:
- 4151607774785285395L
-
Class javax.transaction.SystemException extends Exception implements Serializable
- serialVersionUID:
- 839699079412719325L
-
Serialized Fields
-
errorCode
int errorCode
The error code with which to create the SystemException.The error code for the exception
-
-
Class javax.transaction.TransactionalException extends RuntimeException implements Serializable
- serialVersionUID:
- -8196645329560986417L
-
Class javax.transaction.TransactionRequiredException extends RemoteException implements Serializable
- serialVersionUID:
- -1898806419937446439L
-
Class javax.transaction.TransactionRolledbackException extends RemoteException implements Serializable
- serialVersionUID:
- -3142798139623020577L
-
-
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
-
declaredType
Class<T> declaredType
Java datatype binding for xml element declaration's type. -
name
QName name
xml element tag name -
nil
boolean nil
true iff the xml element instance has xsi:nil="true". -
scope
Class scope
Scope of xml element declaration representing this xml element instance. Can be one of the following values: -JAXBElement.GlobalScopefor global xml element declaration. - local element declaration has a scope set to the Java class representation of complex type defintion containing xml element declaration. -
value
T value
xml element value. Represents content model and attributes of an xml element instance.
-
-
Class javax.xml.bind.JAXBException extends Exception implements Serializable
- serialVersionUID:
- -5621384651494307979L
-
Class javax.xml.bind.JAXBPermission extends BasicPermission implements Serializable
- serialVersionUID:
- 1L
-
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
- serialVersionUID:
- -3059799699420143848L
-
Class javax.xml.bind.UnmarshalException extends JAXBException implements Serializable
-
Class javax.xml.bind.ValidationException extends JAXBException implements Serializable
-
-
Package javax.xml.soap
-
Class javax.xml.soap.SOAPException extends Exception implements Serializable
-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package javax.xml.ws
-
Class javax.xml.ws.Holder extends Object implements Serializable
- serialVersionUID:
- 2623699057546497185L
-
Serialized Fields
-
value
T value
The value contained in the holder.
-
-
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
-
statusCode
int statusCode
-
-
-
-
Package javax.xml.ws.soap
-
Class javax.xml.ws.soap.SOAPFaultException extends ProtocolException implements Serializable
-
Serialized Fields
-
fault
SOAPFault fault
-
-
-