Serialized Form
-
Package java.io
-
Class java.io.CharConversionException extends IOException implements Serializable
-
Class java.io.EOFException extends IOException implements Serializable
-
Class java.io.File extends Object implements Serializable
-
Class java.io.FileNotFoundException extends IOException implements Serializable
-
Class java.io.FilePermission extends Permission implements Serializable
-
Class java.io.InterruptedIOException extends IOException implements Serializable
-
Serialized Fields
-
bytesTransferred
int bytesTransferred
-
-
-
Class java.io.InvalidClassException extends ObjectStreamException implements Serializable
-
Serialized Fields
-
classname
String classname
-
-
-
Class java.io.InvalidObjectException extends ObjectStreamException implements Serializable
-
Class java.io.IOError extends Error implements Serializable
- serialVersionUID:
- 67100927991680413L
-
Class java.io.IOException extends Exception implements Serializable
-
Class java.io.NotActiveException extends ObjectStreamException implements Serializable
-
Class java.io.NotSerializableException extends ObjectStreamException implements Serializable
-
Class java.io.ObjectStreamClass extends Object implements Serializable
-
Class java.io.ObjectStreamException extends IOException implements Serializable
-
Class java.io.OptionalDataException extends ObjectStreamException implements Serializable
-
Serialized Fields
-
eof
boolean eof
-
length
int length
-
-
-
Class java.io.SerializablePermission extends BasicPermission implements Serializable
-
Class java.io.StreamCorruptedException extends ObjectStreamException implements Serializable
-
Class java.io.SyncFailedException extends IOException implements Serializable
-
Class java.io.UncheckedIOException extends RuntimeException implements Serializable
- serialVersionUID:
- -8134305061645241065L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Class java.io.UnsupportedEncodingException extends IOException implements Serializable
-
Class java.io.UTFDataFormatException extends IOException implements Serializable
-
Class java.io.WriteAbortedException extends ObjectStreamException implements Serializable
-
Serialized Fields
-
detail
Exception detail
-
-
-
-
Package java.lang
-
Class java.lang.AbstractMethodError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.ArithmeticException extends RuntimeException implements Serializable
-
Class java.lang.ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
-
Class java.lang.ArrayStoreException extends RuntimeException implements Serializable
-
Class java.lang.AssertionError extends Error implements Serializable
- serialVersionUID:
- -5013299493970297370L
-
Class java.lang.Boolean extends Object implements Serializable
-
Class java.lang.BootstrapMethodError extends LinkageError implements Serializable
- serialVersionUID:
- 292L
-
Class java.lang.Byte extends Number implements Serializable
-
Class java.lang.Character extends Object implements Serializable
-
Class java.lang.Class extends Object implements Serializable
-
Class java.lang.ClassCastException extends RuntimeException implements Serializable
-
Class java.lang.ClassCircularityError extends LinkageError implements Serializable
-
Class java.lang.ClassFormatError extends LinkageError implements Serializable
-
Class java.lang.ClassNotFoundException extends Exception implements Serializable
-
Class java.lang.CloneNotSupportedException extends Exception implements Serializable
-
Class java.lang.Double extends Number implements Serializable
-
Class java.lang.Enum extends Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
private void readObjectNoData() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
ordinal
int ordinal
-
-
-
Class java.lang.EnumConstantNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -6046998521960521108L
-
Class java.lang.Error extends Throwable implements Serializable
-
Class java.lang.Exception extends Throwable implements Serializable
-
Class java.lang.ExceptionInInitializerError extends LinkageError implements Serializable
-
Class java.lang.Float extends Number implements Serializable
-
Class java.lang.IllegalAccessError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.IllegalAccessException extends Exception implements Serializable
-
Class java.lang.IllegalArgumentException extends RuntimeException implements Serializable
-
Class java.lang.IllegalCallerException extends RuntimeException implements Serializable
- serialVersionUID:
- -2349421918363102232L
-
Class java.lang.IllegalMonitorStateException extends RuntimeException implements Serializable
-
Class java.lang.IllegalStateException extends RuntimeException implements Serializable
-
Class java.lang.IllegalThreadStateException extends IllegalArgumentException implements Serializable
-
Class java.lang.IncompatibleClassChangeError extends LinkageError implements Serializable
-
Class java.lang.IndexOutOfBoundsException extends RuntimeException implements Serializable
-
Class java.lang.InstantiationError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.InstantiationException extends Exception implements Serializable
-
Class java.lang.Integer extends Number implements Serializable
-
Class java.lang.InternalError extends VirtualMachineError implements Serializable
-
Class java.lang.InterruptedException extends Exception implements Serializable
-
Class java.lang.LayerInstantiationException extends RuntimeException implements Serializable
- serialVersionUID:
- -906239691613568347L
-
Class java.lang.LinkageError extends Error implements Serializable
-
Class java.lang.Long extends Number implements Serializable
-
Class java.lang.NegativeArraySizeException extends RuntimeException implements Serializable
-
Class java.lang.NoClassDefFoundError extends LinkageError implements Serializable
-
Class java.lang.NoSuchFieldError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.NoSuchFieldException extends Exception implements Serializable
-
Class java.lang.NoSuchMethodError extends IncompatibleClassChangeError implements Serializable
-
Class java.lang.NoSuchMethodException extends Exception implements Serializable
-
Class java.lang.NullPointerException extends RuntimeException implements Serializable
-
Class java.lang.Number extends Object implements Serializable
-
Class java.lang.NumberFormatException extends IllegalArgumentException implements Serializable
-
Class java.lang.OutOfMemoryError extends VirtualMachineError implements Serializable
-
Class java.lang.ReflectiveOperationException extends Exception implements Serializable
- serialVersionUID:
- 123456789L
-
Class java.lang.RuntimeException extends Exception implements Serializable
-
Class java.lang.RuntimePermission extends BasicPermission implements Serializable
-
Class java.lang.SecurityException extends RuntimeException implements Serializable
-
Class java.lang.Short extends Number implements Serializable
-
Class java.lang.StackOverflowError extends VirtualMachineError implements Serializable
-
Class java.lang.StackTraceElement extends Object implements Serializable
- serialVersionUID:
- 6992337162326171013L
-
Class java.lang.String extends Object implements Serializable
-
Class java.lang.StringBuffer extends Object implements Serializable
-
Class java.lang.StringBuilder extends java.lang.AbstractStringBuilder implements Serializable
- serialVersionUID:
- 4383685877147921099L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Class java.lang.StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable
-
Class java.lang.ThreadDeath extends Error implements Serializable
-
Class java.lang.Throwable extends Object implements Serializable
-
Class java.lang.TypeNotPresentException extends RuntimeException implements Serializable
- serialVersionUID:
- -5101214195716534496L
-
Serialized Fields
-
typeName
String typeName
-
-
Class java.lang.UnknownError extends VirtualMachineError implements Serializable
-
Class java.lang.UnsatisfiedLinkError extends LinkageError implements Serializable
-
Class java.lang.UnsupportedClassVersionError extends ClassFormatError implements Serializable
-
Class java.lang.UnsupportedOperationException extends RuntimeException implements Serializable
-
Class java.lang.VerifyError extends LinkageError implements Serializable
-
Class java.lang.VirtualMachineError extends Error implements Serializable
-
-
Package java.lang.reflect
-
Class java.lang.reflect.GenericSignatureFormatError extends ClassFormatError implements Serializable
- serialVersionUID:
- 6709919147137911034L
-
Class java.lang.reflect.InaccessibleObjectException extends RuntimeException implements Serializable
- serialVersionUID:
- 4158786093378140901L
-
Class java.lang.reflect.InvocationTargetException extends Exception implements Serializable
-
Class java.lang.reflect.MalformedParameterizedTypeException extends RuntimeException implements Serializable
- serialVersionUID:
- -5696557788586220964L
-
Class java.lang.reflect.MalformedParametersException extends RuntimeException implements Serializable
- serialVersionUID:
- 20130919L
-
Class java.lang.reflect.Proxy extends Object implements Serializable
-
Serialized Fields
-
-
Class java.lang.reflect.ReflectPermission extends BasicPermission implements Serializable
-
Class java.lang.reflect.UndeclaredThrowableException extends RuntimeException implements Serializable
-
-
Package java.math
-
Class java.math.BigDecimal extends Number implements Serializable
- serialVersionUID:
- 6108874887143696463L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
intVal
BigInteger intVal
-
scale
int scale
-
-
Class java.math.BigInteger extends Number implements Serializable
-
Class java.math.MathContext extends Object implements Serializable
- serialVersionUID:
- 5579720004786848255L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
precision
int precision
-
roundingMode
java.math.RoundingMode roundingMode
-
-
-
Package java.net
-
Class java.net.BindException extends SocketException implements Serializable
-
Class java.net.ConnectException extends SocketException implements Serializable
-
Class java.net.HttpRetryException extends IOException implements Serializable
- serialVersionUID:
- -9186022286469111381L
-
Serialized Fields
-
location
String location
-
responseCode
int responseCode
-
-
Class java.net.Inet4Address extends InetAddress implements Serializable
- serialVersionUID:
- 3286316764910316507L
-
Serialization Methods
-
writeReplace
private Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Class java.net.Inet6Address extends InetAddress implements Serializable
- serialVersionUID:
- 6880410070516793377L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Class java.net.InetAddress extends Object implements Serializable
-
Class java.net.InetSocketAddress extends java.net.SocketAddress implements Serializable
- serialVersionUID:
- 5076001401234631237L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
readObjectNoData
private void readObjectNoData() throws ObjectStreamException
- Throws:
ObjectStreamException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Class java.net.MalformedURLException extends IOException implements Serializable
-
Class java.net.NetPermission extends BasicPermission implements Serializable
-
Class java.net.NoRouteToHostException extends SocketException implements Serializable
-
Class java.net.PortUnreachableException extends SocketException implements Serializable
- serialVersionUID:
- 8462541992376507323L
-
Class java.net.ProtocolException extends IOException implements Serializable
-
Class java.net.SocketAddress extends Object implements Serializable
- serialVersionUID:
- 5215720748342549866L
-
Class java.net.SocketException extends IOException implements Serializable
-
Class java.net.SocketPermission extends Permission implements Serializable
-
Class java.net.SocketTimeoutException extends InterruptedIOException implements Serializable
- serialVersionUID:
- -8846654841826352300L
-
Class java.net.UnknownHostException extends IOException implements Serializable
-
Class java.net.UnknownServiceException extends IOException implements Serializable
-
Class java.net.URI extends Object implements Serializable
- serialVersionUID:
- -6052424284110960213L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
string
String string
-
-
Class java.net.URISyntaxException extends Exception implements Serializable
- serialVersionUID:
- 2137979680897488891L
-
Serialized Fields
-
index
int index
-
input
String input
-
-
Class java.net.URL extends Object implements Serializable
-
Class java.net.URLPermission extends Permission implements Serializable
- serialVersionUID:
- -2702463814894478682L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
actions
String actions
-
-
-
Package java.security
-
Class java.security.AccessControlException extends SecurityException implements Serializable
-
Class java.security.AllPermission extends Permission implements Serializable
-
Class java.security.AuthProvider extends Provider implements Serializable
- serialVersionUID:
- 4197859053084546461L
-
Class java.security.BasicPermission extends Permission implements Serializable
-
Class java.security.CodeSigner extends Object implements Serializable
- serialVersionUID:
- 6819288105193937581L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
signerCertPath
java.security.cert.CertPath signerCertPath
-
timestamp
java.security.Timestamp timestamp
-
-
Class java.security.CodeSource extends Object implements Serializable
-
Class java.security.DigestException extends GeneralSecurityException implements Serializable
-
Class java.security.GeneralSecurityException extends Exception implements Serializable
-
Class java.security.GuardedObject extends Object implements Serializable
-
Class java.security.Identity extends Object implements Serializable
-
Class java.security.IdentityScope extends Identity implements Serializable
-
Class java.security.InvalidAlgorithmParameterException extends GeneralSecurityException implements Serializable
-
Class java.security.InvalidKeyException extends KeyException implements Serializable
-
Class java.security.InvalidParameterException extends IllegalArgumentException implements Serializable
-
Class java.security.KeyException extends GeneralSecurityException implements Serializable
-
Class java.security.KeyManagementException extends KeyException implements Serializable
-
Class java.security.KeyPair extends Object implements Serializable
-
Class java.security.KeyRep extends Object implements Serializable
- serialVersionUID:
- -4757683898830641853L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
Class java.security.KeyStoreException extends GeneralSecurityException implements Serializable
-
Class java.security.NoSuchAlgorithmException extends GeneralSecurityException implements Serializable
-
Class java.security.NoSuchProviderException extends GeneralSecurityException implements Serializable
-
Class java.security.Permission extends Object implements Serializable
-
Class java.security.PermissionCollection extends Object implements Serializable
-
Class java.security.Permissions extends PermissionCollection implements Serializable
-
Class java.security.PrivilegedActionException extends Exception implements Serializable
-
Class java.security.Provider extends Properties implements Serializable
-
Class java.security.ProviderException extends RuntimeException implements Serializable
-
Class java.security.SecureRandom extends Random implements Serializable
-
Class java.security.SecureRandomSpi extends Object implements Serializable
-
Class java.security.SecurityPermission extends BasicPermission implements Serializable
-
Class java.security.SignatureException extends GeneralSecurityException implements Serializable
-
Class java.security.SignedObject extends Object implements Serializable
-
Class java.security.Signer extends Identity implements Serializable
-
Class java.security.Timestamp extends Object implements Serializable
- serialVersionUID:
- -5502683707821851294L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
signerCertPath
java.security.cert.CertPath signerCertPath
-
timestamp
Date timestamp
-
-
Class java.security.UnrecoverableEntryException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -4527142945246286535L
-
Class java.security.UnrecoverableKeyException extends GeneralSecurityException implements Serializable
-
Class java.security.UnresolvedPermission extends Permission implements Serializable
-
-
Package java.security.acl
-
Class java.security.acl.AclNotFoundException extends Exception implements Serializable
-
Class java.security.acl.LastOwnerException extends Exception implements Serializable
-
Class java.security.acl.NotOwnerException extends Exception implements Serializable
-
-
Package java.security.cert
-
Class java.security.cert.Certificate extends Object implements Serializable
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class java.security.cert.Certificate.CertificateRep extends Object implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
-
Class java.security.cert.CertificateEncodingException extends CertificateException implements Serializable
-
Class java.security.cert.CertificateException extends GeneralSecurityException implements Serializable
-
Class java.security.cert.CertificateExpiredException extends CertificateException implements Serializable
-
Class java.security.cert.CertificateNotYetValidException extends CertificateException implements Serializable
-
Class java.security.cert.CertificateParsingException extends CertificateException implements Serializable
-
Class java.security.cert.CertificateRevokedException extends CertificateException implements Serializable
- serialVersionUID:
- 7839996631571608627L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
authority
javax.security.auth.x500.X500Principal authority
-
reason
java.security.cert.CRLReason reason
-
revocationDate
Date revocationDate
-
-
Class java.security.cert.CertPath extends Object implements Serializable
- serialVersionUID:
- 6068470306649138683L
-
Serialization Methods
-
writeReplace
protected Object writeReplace() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
type
String type
-
-
Class java.security.cert.CertPath.CertPathRep extends Object implements Serializable
- serialVersionUID:
- 3015633072427920915L
-
Serialization Methods
-
readResolve
protected Object readResolve() throws ObjectStreamException
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
data
byte[] data
-
type
String type
-
-
Class java.security.cert.CertPathBuilderException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 5316471420178794402L
-
Class java.security.cert.CertPathValidatorException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- -3083180014971893139L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundException
IOException
-
-
Serialized Fields
-
certPath
java.security.cert.CertPath certPath
-
index
int index
-
reason
java.security.cert.CertPathValidatorException.Reason reason
-
-
Class java.security.cert.CertStoreException extends GeneralSecurityException implements Serializable
- serialVersionUID:
- 2395296107471573245L
-
Class java.security.cert.CRLException extends GeneralSecurityException implements Serializable
-
Class java.security.cert.X509Certificate extends Certificate implements Serializable
-
-
Package java.security.interfaces
-
Package java.security.spec
-
Class java.security.spec.InvalidKeySpecException extends GeneralSecurityException implements Serializable
-
Class java.security.spec.InvalidParameterSpecException extends GeneralSecurityException implements Serializable
-
-
Package java.text
-
Class java.text.AttributedCharacterIterator.Attribute extends Object implements Serializable
-
Serialization Methods
-
readResolve
protected Object readResolve() throws InvalidObjectException
- Throws:
InvalidObjectException
-
-
-
Class java.text.ChoiceFormat extends NumberFormat implements Serializable
-
Class java.text.DateFormat extends Format implements Serializable
-
Serialized Fields
-
calendar
Calendar calendar
-
numberFormat
NumberFormat numberFormat
-
-
-
Class java.text.DateFormatSymbols extends Object implements Serializable
-
Class java.text.DecimalFormat extends NumberFormat implements Serializable
-
Class java.text.DecimalFormatSymbols extends Object implements Serializable
-
Class java.text.Format extends Object implements Serializable
-
Class java.text.MessageFormat extends Format implements Serializable
-
Class java.text.NumberFormat extends Format implements Serializable
-
Class java.text.ParseException extends Exception implements Serializable
-
Class java.text.SimpleDateFormat extends DateFormat implements Serializable
-
-
Package java.util
-
Class java.util.ArrayDeque extends AbstractCollection<E extends Object> implements Serializable
- serialVersionUID:
- 2340985798034038923L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Class java.util.ArrayList extends AbstractList implements Serializable
-
Class java.util.BitSet extends Object implements Serializable
-
Class java.util.Calendar extends Object implements Serializable
-
Serialized Fields
-
areFieldsSet
boolean areFieldsSet
-
fields
int[] fields
-
isSet
boolean[] isSet
-
isTimeSet
boolean isTimeSet
-
time
long time
-
-
-
Class java.util.ConcurrentModificationException extends RuntimeException implements Serializable
-
Class java.util.Currency extends Object implements Serializable
- serialVersionUID:
- -158308464356906721L
-
Class java.util.Date extends Object implements Serializable
-
Class java.util.DuplicateFormatFlagsException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 18890531L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.EmptyStackException extends RuntimeException implements Serializable
-
Class java.util.EnumMap extends AbstractMap<K extends java.lang.Enum<K>,V extends Object> implements Serializable
- serialVersionUID:
- 458661240069192865L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
keyType
Class<K extends java.lang.Enum<K>> keyType
-
-
Class java.util.EnumSet extends AbstractSet<E extends java.lang.Enum<E>> implements Serializable
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws InvalidObjectException
- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
-
Class java.util.EventObject extends Object implements Serializable
-
Serialized Fields
-
source
Object source
-
-
-
Class java.util.FormatFlagsConversionMismatchException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 19120414L
-
Serialized Fields
-
c
char c
-
f
String f
-
-
Class java.util.FormatterClosedException extends IllegalStateException implements Serializable
- serialVersionUID:
- 18111216L
-
Class java.util.GregorianCalendar extends Calendar implements Serializable
-
Class java.util.HashMap extends AbstractMap implements Serializable
-
Class java.util.HashSet extends AbstractSet implements Serializable
-
Class java.util.Hashtable extends Dictionary implements Serializable
-
Class java.util.IdentityHashMap extends AbstractMap<K extends Object,V extends Object> implements Serializable
- serialVersionUID:
- 8188218128353913216L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
-
-
Class java.util.IllegalFormatCodePointException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 19080630L
-
Serialized Fields
-
c
int c
-
-
Class java.util.IllegalFormatConversionException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 17000126L
-
Serialized Fields
-
arg
Class<?> arg
-
c
char c
-
-
Class java.util.IllegalFormatException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 18830826L
-
Class java.util.IllegalFormatFlagsException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 790824L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.IllegalFormatPrecisionException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 18711008L
-
Serialized Fields
-
p
int p
-
-
Class java.util.IllegalFormatWidthException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 16660902L
-
Serialized Fields
-
w
int w
-
-
Class java.util.IllformedLocaleException extends RuntimeException implements Serializable
- serialVersionUID:
- -5245986824925681401L
-
Serialized Fields
-
_errIdx
int _errIdx
-
-
Class java.util.InputMismatchException extends NoSuchElementException implements Serializable
- serialVersionUID:
- 8811230760997066428L
-
Class java.util.InvalidPropertiesFormatException extends IOException implements Serializable
- serialVersionUID:
- 7763056076009360219L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws NotSerializableException
- Throws:
NotSerializableException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws NotSerializableException
- Throws:
NotSerializableException
-
-
Class java.util.LinkedHashMap extends HashMap<K extends Object,V extends Object> implements Serializable
- serialVersionUID:
- 3801124242820219131L
-
Serialized Fields
-
accessOrder
boolean accessOrder
-
-
Class java.util.LinkedHashSet extends HashSet<E extends Object> implements Serializable
- serialVersionUID:
- -2851667679971038690L
-
Class java.util.LinkedList extends AbstractSequentialList implements Serializable
-
Class java.util.Locale extends Object implements Serializable
-
Class java.util.MissingFormatArgumentException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 19190115L
-
Serialized Fields
-
s
String s
-
-
Class java.util.MissingFormatWidthException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 15560123L
-
Serialized Fields
-
s
String s
-
-
Class java.util.MissingResourceException extends RuntimeException implements Serializable
-
Class java.util.NoSuchElementException extends RuntimeException implements Serializable
-
Class java.util.PriorityQueue extends java.util.AbstractQueue<E extends Object> implements Serializable
- serialVersionUID:
- -7720805057305804111L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream arg0) throws IOException, ClassNotFoundException
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream arg0) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super E extends Object> comparator
-
size
int size
-
-
Class java.util.Properties extends Hashtable implements Serializable
-
Serialized Fields
-
defaults
Properties defaults
-
-
-
Class java.util.PropertyPermission extends BasicPermission implements Serializable
-
Class java.util.Random extends Object implements Serializable
-
Class java.util.ServiceConfigurationError extends Error implements Serializable
- serialVersionUID:
- 74132770414881L
-
Class java.util.SimpleTimeZone extends TimeZone implements Serializable
-
Class java.util.Stack extends Vector implements Serializable
-
Class java.util.TimeZone extends Object implements Serializable
-
Class java.util.TooManyListenersException extends Exception implements Serializable
-
Class java.util.TreeMap extends AbstractMap implements Serializable
-
Class java.util.TreeSet extends AbstractSet implements Serializable
-
Class java.util.UnknownFormatConversionException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 19060418L
-
Serialized Fields
-
s
String s
-
-
Class java.util.UnknownFormatFlagsException extends java.util.IllegalFormatException implements Serializable
- serialVersionUID:
- 19370506L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.UUID extends Object implements Serializable
- serialVersionUID:
- -4856846361193249489L
-
Serialized Fields
-
leastSigBits
long leastSigBits
-
mostSigBits
long mostSigBits
-
-
Class java.util.Vector extends AbstractList implements Serializable
-
Serialized Fields
-
capacityIncrement
int capacityIncrement
-
elementCount
int elementCount
-
elementData
Object[] elementData
-
-
-
-
Package java.util.jar
-
Class java.util.jar.JarException extends ZipException implements Serializable
-
-
Package java.util.zip
-
Class java.util.zip.DataFormatException extends Exception implements Serializable
-
Class java.util.zip.ZipError extends InternalError implements Serializable
- serialVersionUID:
- 853973422266861979L
-
Class java.util.zip.ZipException extends IOException implements Serializable
-
-
Package javax.microedition.io
-
Class javax.microedition.io.ConnectionNotFoundException extends IOException implements Serializable
-