Serialized Form
-
Package javax.activation
-
Class javax.activation.ActivationDataFlavor
class ActivationDataFlavor extends DataFlavor implements Externalizable-
Serialization Methods
-
readExternal
- Throws:
IOExceptionClassNotFoundException
-
writeExternal
- Throws:
IOException
-
-
-
Class javax.activation.MimeType
class MimeType extends Object implements Externalizable-
Serialization Methods
-
readExternal
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.- Parameters:
in- the ObjectInput object to read from- Throws:
ClassNotFoundException- If the class for an object being restored cannot be found.IOException
-
writeExternal
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.- Parameters:
out- the ObjectOutput object to write to- Throws:
IOException- Includes any I/O exceptions that may occur
-
-
-
Exception javax.activation.MimeTypeParseException
class MimeTypeParseException extends Exception implements Serializable -
Exception javax.activation.UnsupportedDataTypeException
class UnsupportedDataTypeException extends IOException implements Serializable
-
-
Package javax.transaction
-
Exception javax.transaction.HeuristicCommitException
class HeuristicCommitException extends Exception implements Serializable- serialVersionUID:
- -3977609782149921760L
-
Exception javax.transaction.HeuristicMixedException
class HeuristicMixedException extends Exception implements Serializable- serialVersionUID:
- 2345014349685956666L
-
Exception javax.transaction.HeuristicRollbackException
class HeuristicRollbackException extends Exception implements Serializable- serialVersionUID:
- -3483618944556408897L
-
Exception javax.transaction.InvalidTransactionException
class InvalidTransactionException extends RemoteException implements Serializable- serialVersionUID:
- 3597320220337691496L
-
Exception javax.transaction.NotSupportedException
class NotSupportedException extends Exception implements Serializable- serialVersionUID:
- 56870312332816390L
-
Exception javax.transaction.RollbackException
class RollbackException extends Exception implements Serializable- serialVersionUID:
- 4151607774785285395L
-
Exception javax.transaction.SystemException
class 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
-
-
Exception javax.transaction.TransactionalException
class TransactionalException extends RuntimeException implements Serializable- serialVersionUID:
- -8196645329560986417L
-
Exception javax.transaction.TransactionRequiredException
class TransactionRequiredException extends RemoteException implements Serializable- serialVersionUID:
- -1898806419937446439L
-
Exception javax.transaction.TransactionRolledbackException
class TransactionRolledbackException extends RemoteException implements Serializable- serialVersionUID:
- -3142798139623020577L
-
-
Package javax.xml.bind
-
Exception javax.xml.bind.DataBindingException
class DataBindingException extends RuntimeException implements Serializable -
Class javax.xml.bind.JAXBElement
class 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.
-
-
Exception javax.xml.bind.JAXBException
class JAXBException extends Exception implements Serializable- serialVersionUID:
- -5621384651494307979L
-
Class javax.xml.bind.JAXBPermission
class JAXBPermission extends BasicPermission implements Serializable- serialVersionUID:
- 1L
-
Exception javax.xml.bind.MarshalException
class MarshalException extends JAXBException implements Serializable -
Exception javax.xml.bind.PropertyException
class PropertyException extends JAXBException implements Serializable -
Exception javax.xml.bind.TypeConstraintException
class TypeConstraintException extends RuntimeException implements Serializable- serialVersionUID:
- -3059799699420143848L
-
Exception javax.xml.bind.UnmarshalException
class UnmarshalException extends JAXBException implements Serializable -
Exception javax.xml.bind.ValidationException
class ValidationException extends JAXBException implements Serializable
-
-
Package javax.xml.soap
-
Exception javax.xml.soap.SOAPException
class SOAPException extends Exception implements Serializable-
Serialized Fields
-
cause
Throwable cause
-
-
-
-
Package javax.xml.ws
-
Class javax.xml.ws.Holder
class Holder extends Object implements Serializable- serialVersionUID:
- 2623699057546497185L
-
Serialized Fields
-
value
T value
The value contained in the holder.
-
-
Exception javax.xml.ws.ProtocolException
class ProtocolException extends WebServiceException implements Serializable -
Exception javax.xml.ws.WebServiceException
class WebServiceException extends RuntimeException implements Serializable -
Class javax.xml.ws.WebServicePermission
class WebServicePermission extends BasicPermission implements Serializable- serialVersionUID:
- -146474640053770988L
-
-
Package javax.xml.ws.http
-
Exception javax.xml.ws.http.HTTPException
class HTTPException extends ProtocolException implements Serializable-
Serialized Fields
-
statusCode
int statusCode
-
-
-
-
Package javax.xml.ws.soap
-
Exception javax.xml.ws.soap.SOAPFaultException
class SOAPFaultException extends ProtocolException implements Serializable-
Serialized Fields
-
fault
SOAPFault fault
-
-
-