Serialized Form
-
Package java.lang
-
Error java.lang.AbstractMethodError
class AbstractMethodError extends IncompatibleClassChangeError implements Serializable- serialVersionUID:
- -1654391082989018462L
-
Exception java.lang.ArithmeticException
class ArithmeticException extends RuntimeException implements Serializable- serialVersionUID:
- 2256477558314496007L
-
Exception java.lang.ArrayIndexOutOfBoundsException
class ArrayIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable- serialVersionUID:
- -5116101128118950844L
-
Exception java.lang.ArrayStoreException
class ArrayStoreException extends RuntimeException implements Serializable- serialVersionUID:
- -4522193890499838241L
-
Error java.lang.AssertionError
class AssertionError extends Error implements Serializable- serialVersionUID:
- -5013299493970297370L
-
Class java.lang.Boolean
class Boolean extends Object implements Serializable- serialVersionUID:
- -3665804199014368530L
-
Serialized Fields
-
value
boolean value
-
-
Error java.lang.BootstrapMethodError
class BootstrapMethodError extends LinkageError implements Serializable- serialVersionUID:
- 292L
-
Class java.lang.Byte
class Byte extends Number implements Serializable- serialVersionUID:
- -7183698231559129828L
-
Serialized Fields
-
value
byte value
-
-
Class java.lang.Character
class Character extends Object implements Serializable- serialVersionUID:
- 3786198910865385080L
-
Serialized Fields
-
value
char value
-
-
Class java.lang.Class
class Class extends Object implements Serializable- serialVersionUID:
- 3206093459760846163L
-
Exception java.lang.ClassCastException
class ClassCastException extends RuntimeException implements Serializable- serialVersionUID:
- -9223365651070458532L
-
Error java.lang.ClassCircularityError
class ClassCircularityError extends LinkageError implements Serializable- serialVersionUID:
- 1054362542914539689L
-
Error java.lang.ClassFormatError
class ClassFormatError extends LinkageError implements Serializable- serialVersionUID:
- -8420114879011949195L
-
Exception java.lang.ClassNotFoundException
class ClassNotFoundException extends Exception implements Serializable- serialVersionUID:
- 9176873029745254542L
-
Serialized Fields
-
ex
Throwable ex
This field holds the exception ex if the ClassNotFoundException(String s, Throwable ex) constructor was used to instantiate the object.- Since:
- 1.2
-
-
Exception java.lang.CloneNotSupportedException
class CloneNotSupportedException extends Exception implements Serializable- serialVersionUID:
- 5195511250079656443L
-
Class java.lang.Double
class Double extends Number implements Serializable- serialVersionUID:
- -9172774392245257468L
-
Serialized Fields
-
value
double value
-
-
Class java.lang.Enum
class Enum extends Object implements Serializable-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
name
String name
-
ordinal
int ordinal
-
-
-
Exception java.lang.EnumConstantNotPresentException
class EnumConstantNotPresentException extends RuntimeException implements Serializable- serialVersionUID:
- -6046998521960521108L
-
Error java.lang.Error
class Error extends Throwable implements Serializable- serialVersionUID:
- 4980196508277280342L
-
Exception java.lang.Exception
class Exception extends Throwable implements Serializable- serialVersionUID:
- -3387516993124229948L
-
Error java.lang.ExceptionInInitializerError
class ExceptionInInitializerError extends LinkageError implements Serializable- serialVersionUID:
- 1521711792217232256L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.lang.Float
class Float extends Number implements Serializable- serialVersionUID:
- -2671257302660747028L
-
Serialized Fields
-
value
float value
-
-
Error java.lang.IllegalAccessError
class IllegalAccessError extends IncompatibleClassChangeError implements Serializable- serialVersionUID:
- -8988904074992417891L
-
Exception java.lang.IllegalAccessException
class IllegalAccessException extends ReflectiveOperationException implements Serializable- serialVersionUID:
- 6616958222490762034L
-
Exception java.lang.IllegalArgumentException
class IllegalArgumentException extends RuntimeException implements Serializable- serialVersionUID:
- -5365630128856068164L
-
Exception java.lang.IllegalCallerException
class IllegalCallerException extends RuntimeException implements Serializable- serialVersionUID:
- -2349421918363102232L
-
Exception java.lang.IllegalMonitorStateException
class IllegalMonitorStateException extends RuntimeException implements Serializable- serialVersionUID:
- 3713306369498869069L
-
Exception java.lang.IllegalStateException
class IllegalStateException extends RuntimeException implements Serializable- serialVersionUID:
- -1848914673093119416L
-
Exception java.lang.IllegalThreadStateException
class IllegalThreadStateException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -7626246362397460174L
-
Error java.lang.IncompatibleClassChangeError
class IncompatibleClassChangeError extends LinkageError implements Serializable- serialVersionUID:
- -4914975503642802119L
-
Exception java.lang.IndexOutOfBoundsException
class IndexOutOfBoundsException extends RuntimeException implements Serializable- serialVersionUID:
- 234122996006267687L
-
Error java.lang.InstantiationError
class InstantiationError extends IncompatibleClassChangeError implements Serializable- serialVersionUID:
- -4885810657349421204L
-
Exception java.lang.InstantiationException
class InstantiationException extends ReflectiveOperationException implements Serializable- serialVersionUID:
- -8441929162975509110L
-
Class java.lang.Integer
class Integer extends Number implements Serializable- serialVersionUID:
- 1360826667806852920L
-
Serialized Fields
-
value
int value
-
-
Error java.lang.InternalError
class InternalError extends VirtualMachineError implements Serializable- serialVersionUID:
- -9062593416125562365L
-
Exception java.lang.InterruptedException
class InterruptedException extends Exception implements Serializable- serialVersionUID:
- 6700697376100628473L
-
Exception java.lang.LayerInstantiationException
class LayerInstantiationException extends RuntimeException implements Serializable- serialVersionUID:
- -906239691613568347L
-
Error java.lang.LinkageError
class LinkageError extends Error implements Serializable- serialVersionUID:
- 3579600108157160122L
-
Class java.lang.Long
class Long extends Number implements Serializable- serialVersionUID:
- 4290774380558885855L
-
Serialized Fields
-
value
long value
-
-
Exception java.lang.NegativeArraySizeException
class NegativeArraySizeException extends RuntimeException implements Serializable- serialVersionUID:
- -8960118058596991861L
-
Error java.lang.NoClassDefFoundError
class NoClassDefFoundError extends LinkageError implements Serializable- serialVersionUID:
- 9095859863287012458L
-
Error java.lang.NoSuchFieldError
class NoSuchFieldError extends IncompatibleClassChangeError implements Serializable- serialVersionUID:
- -3456430195886129035L
-
Exception java.lang.NoSuchFieldException
class NoSuchFieldException extends ReflectiveOperationException implements Serializable- serialVersionUID:
- -6143714805279938260L
-
Error java.lang.NoSuchMethodError
class NoSuchMethodError extends IncompatibleClassChangeError implements Serializable- serialVersionUID:
- -3765521442372831335L
-
Exception java.lang.NoSuchMethodException
class NoSuchMethodException extends ReflectiveOperationException implements Serializable- serialVersionUID:
- 5034388446362600923L
-
Exception java.lang.NullPointerException
class NullPointerException extends RuntimeException implements Serializable- serialVersionUID:
- 5162710183389028792L
-
Class java.lang.Number
class Number extends Object implements Serializable- serialVersionUID:
- -8742448824652078965L
-
Exception java.lang.NumberFormatException
class NumberFormatException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -2848938806368998894L
-
Error java.lang.OutOfMemoryError
class OutOfMemoryError extends VirtualMachineError implements Serializable- serialVersionUID:
- 8228564086184010517L
-
Exception java.lang.ReflectiveOperationException
class ReflectiveOperationException extends Exception implements Serializable- serialVersionUID:
- 123456789L
-
Exception java.lang.RuntimeException
class RuntimeException extends Exception implements Serializable- serialVersionUID:
- -7034897190745766939L
-
Class java.lang.RuntimePermission
class RuntimePermission extends BasicPermission implements Serializable- serialVersionUID:
- 7399184964622342223L
-
Exception java.lang.SecurityException
class SecurityException extends RuntimeException implements Serializable- serialVersionUID:
- 6878364983674394167L
-
Class java.lang.Short
class Short extends Number implements Serializable- serialVersionUID:
- 7515723908773894738L
-
Serialized Fields
-
value
short value
-
-
Error java.lang.StackOverflowError
class StackOverflowError extends VirtualMachineError implements Serializable- serialVersionUID:
- 8609175038441759607L
-
Class java.lang.StackTraceElement
class StackTraceElement extends Object implements Serializable- serialVersionUID:
- 6992337162326171013L
-
Class java.lang.String
class String extends Object implements Serializable- serialVersionUID:
- -6849794470754667710L
-
Class java.lang.StringBuffer
class StringBuffer extends java.lang.AbstractStringBuilder implements Serializable- serialVersionUID:
- 3388685877147921107L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.lang.StringBuilder
class StringBuilder extends java.lang.AbstractStringBuilder implements Serializable- serialVersionUID:
- 4383685877147921099L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception java.lang.StringIndexOutOfBoundsException
class StringIndexOutOfBoundsException extends IndexOutOfBoundsException implements Serializable- serialVersionUID:
- -6762910422159637258L
-
Error java.lang.ThreadDeath
class ThreadDeath extends Error implements Serializable- serialVersionUID:
- -4417128565033088268L
-
Class java.lang.Throwable
class Throwable extends Object implements Serializable- serialVersionUID:
- -3042686055658047285L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
cause
Throwable cause
-
detailMessage
String detailMessage
-
stackTrace
StackTraceElement[] stackTrace
-
suppressedExceptions
List<Throwable> suppressedExceptions
-
-
Exception java.lang.TypeNotPresentException
class TypeNotPresentException extends RuntimeException implements Serializable- serialVersionUID:
- -5101214195716534496L
-
Serialized Fields
-
typeName
String typeName
-
-
Error java.lang.UnknownError
class UnknownError extends VirtualMachineError implements Serializable- serialVersionUID:
- 2524784860676771849L
-
Error java.lang.UnsatisfiedLinkError
class UnsatisfiedLinkError extends LinkageError implements Serializable- serialVersionUID:
- -4019343241616879428L
-
Error java.lang.UnsupportedClassVersionError
class UnsupportedClassVersionError extends ClassFormatError implements Serializable- serialVersionUID:
- -7123279212883497373L
-
Exception java.lang.UnsupportedOperationException
class UnsupportedOperationException extends RuntimeException implements Serializable- serialVersionUID:
- -1242599979055084673L
-
Error java.lang.VerifyError
class VerifyError extends LinkageError implements Serializable- serialVersionUID:
- 7001962396098498785L
-
Error java.lang.VirtualMachineError
class VirtualMachineError extends Error implements Serializable- serialVersionUID:
- 4161983926571568670L
-
-
Package java.lang.reflect
-
Error java.lang.reflect.GenericSignatureFormatError
class GenericSignatureFormatError extends ClassFormatError implements Serializable- serialVersionUID:
- 6709919147137911034L
-
Exception java.lang.reflect.InaccessibleObjectException
class InaccessibleObjectException extends RuntimeException implements Serializable- serialVersionUID:
- 4158786093378140901L
-
Exception java.lang.reflect.InvocationTargetException
class InvocationTargetException extends ReflectiveOperationException implements Serializable- serialVersionUID:
- 4085088731926701167L
-
Serialized Fields
-
target
Throwable target
This field holds the target if the InvocationTargetException(Throwable target) constructor was used to instantiate the object.
-
-
Exception java.lang.reflect.MalformedParameterizedTypeException
class MalformedParameterizedTypeException extends RuntimeException implements Serializable- serialVersionUID:
- -5696557788586220964L
-
Exception java.lang.reflect.MalformedParametersException
class MalformedParametersException extends RuntimeException implements Serializable- serialVersionUID:
- 20130919L
-
Class java.lang.reflect.Proxy
class Proxy extends Object implements Serializable- serialVersionUID:
- -2222568056686623797L
-
Serialized Fields
-
Class java.lang.reflect.ReflectPermission
class ReflectPermission extends BasicPermission implements Serializable- serialVersionUID:
- 7412737110241507485L
-
Exception java.lang.reflect.UndeclaredThrowableException
class UndeclaredThrowableException extends RuntimeException implements Serializable- serialVersionUID:
- 330127114055056639L
-
Serialized Fields
-
undeclaredThrowable
Throwable undeclaredThrowable
the undeclared checked exception that was thrown
-
-
-
Package java.net
-
Exception java.net.BindException
class BindException extends SocketException implements Serializable- serialVersionUID:
- -5945005768251722951L
-
Exception java.net.ConnectException
class ConnectException extends SocketException implements Serializable- serialVersionUID:
- 3831404271622369215L
-
Exception java.net.HttpRetryException
class HttpRetryException extends IOException implements Serializable- serialVersionUID:
- -9186022286469111381L
-
Serialized Fields
-
location
String location
-
responseCode
int responseCode
-
-
Class java.net.Inet4Address
class Inet4Address extends InetAddress implements Serializable- serialVersionUID:
- 3286316764910316507L
-
Serialization Methods
-
writeReplace
- Throws:
ObjectStreamException
-
-
Class java.net.Inet6Address
class Inet6Address extends InetAddress implements Serializable- serialVersionUID:
- 6880410070516793377L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.net.InetAddress
class InetAddress extends Object implements Serializable- serialVersionUID:
- 3286316764910316507L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readObjectNoData
private void readObjectNoData() -
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Class java.net.InetSocketAddress
class InetSocketAddress extends SocketAddress implements Serializable- serialVersionUID:
- 5076001401234631237L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readObjectNoData
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Exception java.net.MalformedURLException
class MalformedURLException extends IOException implements Serializable -
Class java.net.NetPermission
class NetPermission extends BasicPermission implements Serializable- serialVersionUID:
- -8343910153355041693L
-
Exception java.net.NoRouteToHostException
class NoRouteToHostException extends SocketException implements Serializable- serialVersionUID:
- -1897550894873493790L
-
Exception java.net.PortUnreachableException
class PortUnreachableException extends SocketException implements Serializable- serialVersionUID:
- 8462541992376507323L
-
Exception java.net.ProtocolException
class ProtocolException extends IOException implements Serializable- serialVersionUID:
- -6098449442062388080L
-
Class java.net.SocketAddress
class SocketAddress extends Object implements Serializable- serialVersionUID:
- 5215720748342549866L
-
Exception java.net.SocketException
class SocketException extends IOException implements Serializable- serialVersionUID:
- 6950780022280181042L
-
Class java.net.SocketPermission
class SocketPermission extends Permission implements Serializable- serialVersionUID:
- -7204263841984476862L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
-
-
Exception java.net.SocketTimeoutException
class SocketTimeoutException extends InterruptedIOException implements Serializable- serialVersionUID:
- -8846654841826352300L
-
Class java.net.UnixDomainSocketAddress
class UnixDomainSocketAddress extends SocketAddress implements Serializable- serialVersionUID:
- 92902496589351288L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
readObjectNoData
- Throws:
InvalidObjectException
-
writeReplace
- Throws:
ObjectStreamException
-
-
Exception java.net.UnknownHostException
class UnknownHostException extends IOException implements Serializable- serialVersionUID:
- -8591190820764269618L
-
Exception java.net.UnknownServiceException
class UnknownServiceException extends IOException implements Serializable- serialVersionUID:
- -4169033248853639508L
-
Class java.net.URI
class URI extends Object implements Serializable- serialVersionUID:
- -6052424284110960213L
-
Exception java.net.URISyntaxException
class URISyntaxException extends Exception implements Serializable-
Serialized Fields
-
index
int index
-
input
String input
-
-
-
Class java.net.URL
class URL extends Object implements Serializable- serialVersionUID:
- -7627629688361524110L
-
Serialized Fields
-
authority
String authority
The authority part of this URL. -
file
String file
The specified file name on that host.fileis defined aspath[?query] -
hashCodeValue
int hashCodeValue
-
host
String host
The host name to connect to. -
path
String path
The path part of this URL. -
port
int port
The protocol port to connect to. -
protocol
String protocol
The protocol to use (ftp, http, nntp, ... etc.) . -
ref
String ref
# reference. -
userInfo
String userInfo
The userinfo part of this URL.
-
-
Class java.net.URLPermission
class URLPermission extends Permission implements Serializable- serialVersionUID:
- -2702463814894478682L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
actions
String actions
-
-
-
Package java.nio
-
Exception java.nio.BufferOverflowException
class BufferOverflowException extends RuntimeException implements Serializable- serialVersionUID:
- -5484897634319144535L
-
Exception java.nio.BufferUnderflowException
class BufferUnderflowException extends RuntimeException implements Serializable- serialVersionUID:
- -1713313658691622206L
-
Exception java.nio.InvalidMarkException
class InvalidMarkException extends IllegalStateException implements Serializable- serialVersionUID:
- 1698329710438510774L
-
Exception java.nio.ReadOnlyBufferException
class ReadOnlyBufferException extends UnsupportedOperationException implements Serializable- serialVersionUID:
- -1210063976496234090L
-
-
Package java.security
-
Exception java.security.AccessControlException
class AccessControlException extends SecurityException implements Serializable- serialVersionUID:
- 5138225684096988535L
-
Serialized Fields
-
perm
Permission perm
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Class java.security.AllPermission
class AllPermission extends Permission implements Serializable- serialVersionUID:
- -2916474571451318075L
-
Class java.security.AuthProvider
class AuthProvider extends Provider implements Serializable- serialVersionUID:
- 4197859053084546461L
-
Class java.security.BasicPermission
class BasicPermission extends Permission implements Serializable- serialVersionUID:
- 6279438298436773498L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Class java.security.CodeSigner
class CodeSigner extends Object implements Serializable- serialVersionUID:
- 6819288105193937581L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class java.security.CodeSource
class CodeSource extends Object implements Serializable- serialVersionUID:
- 4977541819976013951L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
location
URL location
-
-
Exception java.security.DigestException
class DigestException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 5821450303093652515L
-
Exception java.security.GeneralSecurityException
class GeneralSecurityException extends Exception implements Serializable- serialVersionUID:
- 894798122053539237L
-
Class java.security.GuardedObject
class GuardedObject extends Object implements Serializable- serialVersionUID:
- -5240450096227834308L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class java.security.Identity
class Identity extends Object implements Serializable- serialVersionUID:
- 3609922007826600659L
-
Serialized Fields
-
certificates
Vector<Certificate> certificates
Deprecated, for removal: This API element is subject to removal in a future version. -
info
String info
Deprecated, for removal: This API element is subject to removal in a future version. -
name
String name
Deprecated, for removal: This API element is subject to removal in a future version. -
publicKey
PublicKey publicKey
Deprecated, for removal: This API element is subject to removal in a future version. -
scope
IdentityScope scope
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Class java.security.IdentityScope
class IdentityScope extends Identity implements Serializable- serialVersionUID:
- -2337346281189773310L
-
Exception java.security.InvalidAlgorithmParameterException
class InvalidAlgorithmParameterException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 2864672297499471472L
-
Exception java.security.InvalidKeyException
class InvalidKeyException extends KeyException implements Serializable- serialVersionUID:
- 5698479920593359816L
-
Exception java.security.InvalidParameterException
class InvalidParameterException extends IllegalArgumentException implements Serializable- serialVersionUID:
- -857968536935667808L
-
Exception java.security.KeyException
class KeyException extends GeneralSecurityException implements Serializable- serialVersionUID:
- -7483676942812432108L
-
Exception java.security.KeyManagementException
class KeyManagementException extends KeyException implements Serializable- serialVersionUID:
- 947674216157062695L
-
Class java.security.KeyPair
class KeyPair extends Object implements Serializable- serialVersionUID:
- -7565189502268009837L
-
Serialized Fields
-
privateKey
PrivateKey privateKey
-
publicKey
PublicKey publicKey
-
-
Class java.security.KeyRep
class KeyRep extends Object implements Serializable- serialVersionUID:
- -4757683898830641853L
-
Serialization Methods
-
readResolve
- Throws:
ObjectStreamException
-
-
Serialized Fields
-
algorithm
String algorithm
-
encoded
byte[] encoded
-
format
String format
-
type
KeyRep.Type type
-
-
Exception java.security.KeyStoreException
class KeyStoreException extends GeneralSecurityException implements Serializable- serialVersionUID:
- -1119353179322377262L
-
Exception java.security.NoSuchAlgorithmException
class NoSuchAlgorithmException extends GeneralSecurityException implements Serializable- serialVersionUID:
- -7443947487218346562L
-
Exception java.security.NoSuchProviderException
class NoSuchProviderException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 8488111756688534474L
-
Class java.security.Permission
class Permission extends Object implements Serializable- serialVersionUID:
- -5636570222231596674L
-
Serialized Fields
-
name
String name
-
-
Class java.security.PermissionCollection
class PermissionCollection extends Object implements Serializable- serialVersionUID:
- -6727011328946861783L
-
Serialized Fields
-
readOnly
boolean readOnly
-
-
Class java.security.Permissions
class Permissions extends PermissionCollection implements Serializable- serialVersionUID:
- 4858622370623524688L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception java.security.PrivilegedActionException
class PrivilegedActionException extends Exception implements Serializable- serialVersionUID:
- 4724086851538908602L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.security.Provider
class Provider extends Properties implements Serializable- serialVersionUID:
- -4298000515446427739L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Exception java.security.ProviderException
class ProviderException extends RuntimeException implements Serializable- serialVersionUID:
- 5256023526693665674L
-
Class java.security.SecureRandom
class SecureRandom extends Random implements Serializable- serialVersionUID:
- -7316578004812544591L
-
Class java.security.SecureRandomSpi
class SecureRandomSpi extends Object implements Serializable- serialVersionUID:
- -2991854161009191830L
-
Class java.security.SecurityPermission
class SecurityPermission extends BasicPermission implements Serializable- serialVersionUID:
- 5236109936224050470L
-
Exception java.security.SignatureException
class SignatureException extends GeneralSecurityException implements Serializable- serialVersionUID:
- 7509989324975124438L
-
Class java.security.SignedObject
class SignedObject extends Object implements Serializable- serialVersionUID:
- 720502720485447167L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
content
byte[] content
-
signature
byte[] signature
-
thealgorithm
String thealgorithm
-
-
Class java.security.Signer
class Signer extends Identity implements Serializable- serialVersionUID:
- -1763464102261361480L
-
Serialized Fields
-
privateKey
PrivateKey privateKey
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Class java.security.Timestamp
class Timestamp extends Object implements Serializable- serialVersionUID:
- -5502683707821851294L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Exception java.security.UnrecoverableEntryException
class UnrecoverableEntryException extends GeneralSecurityException implements Serializable- serialVersionUID:
- -4527142945246286535L
-
Exception java.security.UnrecoverableKeyException
class UnrecoverableKeyException extends UnrecoverableEntryException implements Serializable- serialVersionUID:
- 7275063078190151277L
-
Class java.security.UnresolvedPermission
class UnresolvedPermission extends Permission implements Serializable- serialVersionUID:
- -4821973115467008846L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
-
Package java.text
-
Class java.text.AttributedCharacterIterator.Attribute
class Attribute extends Object implements Serializable- serialVersionUID:
- -9142742483513960612L
-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
Serialized Fields
-
name
String name
-
-
Class java.text.ChoiceFormat
class ChoiceFormat extends NumberFormat implements Serializable- serialVersionUID:
- 1795184449645032964L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
choiceFormats
String[] choiceFormats
-
choiceLimits
double[] choiceLimits
-
-
Class java.text.CompactNumberFormat
class CompactNumberFormat extends NumberFormat implements Serializable- serialVersionUID:
- 7128367218649234678L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
compactPatterns
String[] compactPatterns
-
decimalPattern
String decimalPattern
-
groupingSize
byte groupingSize
-
parseBigDecimal
boolean parseBigDecimal
-
pluralRules
String pluralRules
-
roundingMode
RoundingMode roundingMode
-
symbols
DecimalFormatSymbols symbols
-
-
Class java.text.DateFormat
class DateFormat extends Format implements Serializable- serialVersionUID:
- 7218322306649953788L
-
Serialized Fields
-
calendar
Calendar calendar
-
numberFormat
NumberFormat numberFormat
-
-
Class java.text.DateFormat.Field
class Field extends java.text.Format.Field implements Serializable- serialVersionUID:
- 7441350119349544720L
-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
Serialized Fields
-
calendarField
int calendarField
-
-
Class java.text.DateFormatSymbols
class DateFormatSymbols extends Object implements Serializable- serialVersionUID:
- -5987973545549424702L
-
Serialization Methods
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class java.text.DecimalFormat
class DecimalFormat extends NumberFormat implements Serializable- serialVersionUID:
- 864413376551465018L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
decimalSeparatorAlwaysShown
boolean decimalSeparatorAlwaysShown
-
groupingSize
byte groupingSize
-
maximumFractionDigits
int maximumFractionDigits
-
maximumIntegerDigits
int maximumIntegerDigits
-
minExponentDigits
byte minExponentDigits
-
minimumFractionDigits
int minimumFractionDigits
-
minimumIntegerDigits
int minimumIntegerDigits
-
multiplier
int multiplier
-
negativePrefix
String negativePrefix
-
negativeSuffix
String negativeSuffix
-
negPrefixPattern
String negPrefixPattern
-
negSuffixPattern
String negSuffixPattern
-
parseBigDecimal
boolean parseBigDecimal
-
positivePrefix
String positivePrefix
-
positiveSuffix
String positiveSuffix
-
posPrefixPattern
String posPrefixPattern
-
posSuffixPattern
String posSuffixPattern
-
roundingMode
RoundingMode roundingMode
-
serialVersionOnStream
int serialVersionOnStream
-
symbols
DecimalFormatSymbols symbols
-
useExponentialNotation
boolean useExponentialNotation
-
-
Class java.text.DecimalFormatSymbols
class DecimalFormatSymbols extends Object implements Serializable- serialVersionUID:
- 5772796243397350300L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
currencySymbol
String currencySymbol
-
decimalSeparator
char decimalSeparator
-
digit
char digit
-
exponential
char exponential
-
exponentialSeparator
String exponentialSeparator
-
groupingSeparator
char groupingSeparator
-
infinity
String infinity
-
intlCurrencySymbol
String intlCurrencySymbol
-
locale
Locale locale
-
minusSign
char minusSign
-
minusSignText
String minusSignText
-
monetaryGroupingSeparator
char monetaryGroupingSeparator
-
monetarySeparator
char monetarySeparator
-
NaN
String NaN
-
patternSeparator
char patternSeparator
-
percent
char percent
-
percentText
String percentText
-
perMill
char perMill
-
perMillText
String perMillText
-
serialVersionOnStream
int serialVersionOnStream
-
zeroDigit
char zeroDigit
-
-
Class java.text.Format
class Format extends Object implements Serializable- serialVersionUID:
- -299282585814624189L
-
Class java.text.MessageFormat
class MessageFormat extends Format implements Serializable- serialVersionUID:
- 6479157306784022952L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class java.text.MessageFormat.Field
class Field extends java.text.Format.Field implements Serializable- serialVersionUID:
- 7899943957617360810L
-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
Class java.text.NumberFormat
class NumberFormat extends Format implements Serializable- serialVersionUID:
- -2308460125733713944L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
groupingUsed
boolean groupingUsed
-
maxFractionDigits
byte maxFractionDigits
-
maximumFractionDigits
int maximumFractionDigits
-
maximumIntegerDigits
int maximumIntegerDigits
-
maxIntegerDigits
byte maxIntegerDigits
-
minFractionDigits
byte minFractionDigits
-
minimumFractionDigits
int minimumFractionDigits
-
minimumIntegerDigits
int minimumIntegerDigits
-
minIntegerDigits
byte minIntegerDigits
-
parseIntegerOnly
boolean parseIntegerOnly
-
serialVersionOnStream
int serialVersionOnStream
-
-
Class java.text.NumberFormat.Field
class Field extends java.text.Format.Field implements Serializable- serialVersionUID:
- 7494728892700160890L
-
Serialization Methods
-
readResolve
- Throws:
InvalidObjectException
-
-
Exception java.text.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 2703218443322787634L
-
Serialized Fields
-
errorOffset
int errorOffset
-
-
Class java.text.SimpleDateFormat
class SimpleDateFormat extends DateFormat implements Serializable- serialVersionUID:
- 4774881970558875024L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
defaultCenturyStart
Date defaultCenturyStart
-
formatData
DateFormatSymbols formatData
-
locale
Locale locale
-
pattern
String pattern
-
serialVersionOnStream
int serialVersionOnStream
-
-
-
Package java.util
-
Class java.util.AbstractMap.SimpleEntry
class SimpleEntry extends Object implements Serializable- serialVersionUID:
- -8499721149061103585L
-
Class java.util.AbstractMap.SimpleImmutableEntry
class SimpleImmutableEntry extends Object implements Serializable- serialVersionUID:
- 7138329143949025153L
-
Class java.util.ArrayDeque
- serialVersionUID:
- 2340985798034038923L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.ArrayList
- serialVersionUID:
- 8683452581122892189L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
-
-
Class java.util.BitSet
class BitSet extends Object implements Serializable- serialVersionUID:
- 7997698588986878753L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception java.util.ConcurrentModificationException
class ConcurrentModificationException extends RuntimeException implements Serializable- serialVersionUID:
- -3666751008965953603L
-
Class java.util.Currency
class Currency extends Object implements Serializable- serialVersionUID:
- -158308464356906721L
-
Serialization Methods
-
readResolve
-
-
Serialized Fields
-
currencyCode
String currencyCode
-
-
Class java.util.Date
class Date extends Object implements Serializable- serialVersionUID:
- 7523967970034938905L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception java.util.DuplicateFormatFlagsException
class DuplicateFormatFlagsException extends IllegalFormatException implements Serializable- serialVersionUID:
- 18890531L
-
Serialized Fields
-
flags
String flags
-
-
Exception java.util.EmptyStackException
class EmptyStackException extends RuntimeException implements Serializable- serialVersionUID:
- 5084686378493302095L
-
Class java.util.EnumMap
- serialVersionUID:
- 458661240069192865L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
Class java.util.EnumSet
- serialVersionUID:
- 1009687484059888093L
-
Serialization Methods
-
readObject
- Throws:
InvalidObjectException
-
readObjectNoData
- Throws:
InvalidObjectException
-
writeReplace
Object writeReplace()
-
-
Class java.util.EventObject
class EventObject extends Object implements Serializable- serialVersionUID:
- 5516075349620653480L
-
Exception java.util.FormatFlagsConversionMismatchException
class FormatFlagsConversionMismatchException extends IllegalFormatException implements Serializable- serialVersionUID:
- 19120414L
-
Serialized Fields
-
c
char c
-
f
String f
-
-
Exception java.util.FormatterClosedException
class FormatterClosedException extends IllegalStateException implements Serializable- serialVersionUID:
- 18111216L
-
Class java.util.HashMap
- serialVersionUID:
- 362498820763181265L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
-
threshold
int threshold
-
-
Class java.util.HashSet
- serialVersionUID:
- -5024744406713321676L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.Hashtable
- serialVersionUID:
- 1421746759512286392L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
loadFactor
float loadFactor
-
threshold
int threshold
-
-
Class java.util.IdentityHashMap
class IdentityHashMap extends AbstractMap<K extends Object,V extends Object> implements Serializable - serialVersionUID:
- 8188218128353913216L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
size
int size
-
-
Exception java.util.IllegalFormatCodePointException
class IllegalFormatCodePointException extends IllegalFormatException implements Serializable- serialVersionUID:
- 19080630L
-
Serialized Fields
-
c
int c
-
-
Exception java.util.IllegalFormatConversionException
class IllegalFormatConversionException extends IllegalFormatException implements Serializable- serialVersionUID:
- 17000126L
-
Serialized Fields
-
arg
Class<?> arg
-
c
char c
-
-
Exception java.util.IllegalFormatException
class IllegalFormatException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 18830826L
-
Exception java.util.IllegalFormatFlagsException
class IllegalFormatFlagsException extends IllegalFormatException implements Serializable- serialVersionUID:
- 790824L
-
Serialized Fields
-
flags
String flags
-
-
Exception java.util.IllegalFormatPrecisionException
class IllegalFormatPrecisionException extends IllegalFormatException implements Serializable- serialVersionUID:
- 18711008L
-
Serialized Fields
-
p
int p
-
-
Exception java.util.IllegalFormatWidthException
class IllegalFormatWidthException extends IllegalFormatException implements Serializable- serialVersionUID:
- 16660902L
-
Serialized Fields
-
w
int w
-
-
Exception java.util.IllformedLocaleException
class IllformedLocaleException extends RuntimeException implements Serializable- serialVersionUID:
- -5245986824925681401L
-
Serialized Fields
-
_errIdx
int _errIdx
-
-
Exception java.util.InputMismatchException
class InputMismatchException extends NoSuchElementException implements Serializable- serialVersionUID:
- 8811230760997066428L
-
Exception java.util.InvalidPropertiesFormatException
class InvalidPropertiesFormatException extends IOException implements Serializable- serialVersionUID:
- 7763056076009360219L
-
Serialization Methods
-
readObject
- Throws:
NotSerializableException
-
writeObject
- Throws:
NotSerializableException
-
-
Class java.util.LinkedHashMap
- serialVersionUID:
- 3801124242820219131L
-
Serialized Fields
-
accessOrder
boolean accessOrder
-
-
Class java.util.LinkedHashSet
- serialVersionUID:
- -2851667679971038690L
-
Class java.util.LinkedList
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.Locale
class Locale extends Object implements Serializable- serialVersionUID:
- 9149081749638150636L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
readResolve
- Throws:
ObjectStreamException
-
writeObject
- Throws:
IOException
-
-
Exception java.util.MissingFormatArgumentException
class MissingFormatArgumentException extends IllegalFormatException implements Serializable- serialVersionUID:
- 19190115L
-
Serialized Fields
-
s
String s
-
-
Exception java.util.MissingFormatWidthException
class MissingFormatWidthException extends IllegalFormatException implements Serializable- serialVersionUID:
- 15560123L
-
Serialized Fields
-
s
String s
-
-
Exception java.util.MissingResourceException
class MissingResourceException extends RuntimeException implements Serializable- serialVersionUID:
- -4876345176062000401L
-
Exception java.util.NoSuchElementException
class NoSuchElementException extends RuntimeException implements Serializable- serialVersionUID:
- 6769829250639411880L
-
Class java.util.PriorityQueue
- serialVersionUID:
- -7720805057305804111L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super E extends Object> comparator
-
size
int size
-
-
Class java.util.Properties
- serialVersionUID:
- 4112578634029874840L
-
Serialized Fields
-
defaults
Properties defaults
-
-
Class java.util.PropertyPermission
class PropertyPermission extends BasicPermission implements Serializable- serialVersionUID:
- 885438825399942851L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
actions
String actions
-
-
Class java.util.Random
class Random extends Object implements Serializable- serialVersionUID:
- 3905348978240129619L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Error java.util.ServiceConfigurationError
class ServiceConfigurationError extends Error implements Serializable- serialVersionUID:
- 74132770414881L
-
Class java.util.SimpleTimeZone
class SimpleTimeZone extends TimeZone implements Serializable- serialVersionUID:
- -403250971215465050L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
dstSavings
int dstSavings
-
endDay
int endDay
-
endDayOfWeek
int endDayOfWeek
-
endMode
int endMode
-
endMonth
int endMonth
-
endTime
int endTime
-
endTimeMode
int endTimeMode
-
monthLength
byte[] monthLength
-
rawOffset
int rawOffset
-
serialVersionOnStream
int serialVersionOnStream
-
startDay
int startDay
-
startDayOfWeek
int startDayOfWeek
-
startMode
int startMode
-
startMonth
int startMonth
-
startTime
int startTime
-
startTimeMode
int startTimeMode
-
startYear
int startYear
-
useDaylight
boolean useDaylight
-
-
Class java.util.Stack
- serialVersionUID:
- 1224463164541339165L
-
Class java.util.TimeZone
class TimeZone extends Object implements Serializable- serialVersionUID:
- 3581463369166924961L
-
Serialized Fields
-
ID
String ID
-
-
Exception java.util.TooManyListenersException
class TooManyListenersException extends Exception implements Serializable- serialVersionUID:
- 5074640544770687831L
-
Class java.util.TreeMap
- serialVersionUID:
- 919286545866124006L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K extends Object> comparator
-
-
Class java.util.TreeSet
- serialVersionUID:
- -2479143000061671589L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Exception java.util.UnknownFormatConversionException
class UnknownFormatConversionException extends IllegalFormatException implements Serializable- serialVersionUID:
- 19060418L
-
Serialized Fields
-
s
String s
-
-
Exception java.util.UnknownFormatFlagsException
class UnknownFormatFlagsException extends IllegalFormatException implements Serializable- serialVersionUID:
- 19370506L
-
Serialized Fields
-
flags
String flags
-
-
Class java.util.UUID
class UUID extends Object implements Serializable- serialVersionUID:
- -4856846361193249489L
-
Serialized Fields
-
leastSigBits
long leastSigBits
-
mostSigBits
long mostSigBits
-
-
Class java.util.Vector
- serialVersionUID:
- -2767605614048989439L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
capacityIncrement
int capacityIncrement
-
elementCount
int elementCount
-
elementData
Object[] elementData
-
-
Class java.util.WeakHashMap
- serialVersionUID:
- -6255993066795301169L
-
-
Package java.util.concurrent
-
Class java.util.concurrent.ArrayBlockingQueue
- serialVersionUID:
- -817911632652898426L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
count
int count
-
items
Object[] items
-
lock
ReentrantLock lock
-
notEmpty
Condition notEmpty
-
notFull
Condition notFull
-
putIndex
int putIndex
-
takeIndex
int takeIndex
-
-
Exception java.util.concurrent.BrokenBarrierException
class BrokenBarrierException extends Exception implements Serializable- serialVersionUID:
- 7117394618823254244L
-
Exception java.util.concurrent.CancellationException
class CancellationException extends IllegalStateException implements Serializable- serialVersionUID:
- -9202173006928992231L
-
Exception java.util.concurrent.CompletionException
class CompletionException extends RuntimeException implements Serializable- serialVersionUID:
- 7830266012832686185L
-
Class java.util.concurrent.ConcurrentHashMap
class ConcurrentHashMap extends AbstractMap<K extends Object,V extends Object> implements Serializable - serialVersionUID:
- 7249069246763182397L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentHashMap.KeySetView
class KeySetView extends java.util.concurrent.ConcurrentHashMap.CollectionView<K extends Object,V extends Object, K extends Object> implements Serializable - serialVersionUID:
- 7249069246763182397L
-
Class java.util.concurrent.ConcurrentLinkedDeque
- serialVersionUID:
- 876323262645176354L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentLinkedQueue
- serialVersionUID:
- 196745693267521676L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.concurrent.ConcurrentSkipListMap
class ConcurrentSkipListMap extends AbstractMap<K extends Object,V extends Object> implements Serializable - serialVersionUID:
- -8627078645895051609L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
comparator
Comparator<? super K extends Object> comparator
-
-
Class java.util.concurrent.ConcurrentSkipListSet
- serialVersionUID:
- -2479143111061671589L
-
Serialized Fields
-
m
ConcurrentNavigableMap<E extends Object,
Object> m
-
-
Class java.util.concurrent.CopyOnWriteArrayList
class CopyOnWriteArrayList extends Object implements Serializable- serialVersionUID:
- 8673264195747942595L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.concurrent.CopyOnWriteArraySet
- serialVersionUID:
- 5457747651344034263L
-
Serialized Fields
-
al
CopyOnWriteArrayList<E extends Object> al
-
-
Class java.util.concurrent.CountedCompleter
- serialVersionUID:
- 5232453752276485070L
-
Serialized Fields
-
completer
CountedCompleter<?> completer
-
pending
int pending
-
-
Exception java.util.concurrent.ExecutionException
class ExecutionException extends Exception implements Serializable- serialVersionUID:
- 7830266012832686185L
-
Class java.util.concurrent.ForkJoinTask
class ForkJoinTask extends Object implements Serializable- serialVersionUID:
- -7721805057305804111L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
status
int status
-
-
Class java.util.concurrent.LinkedBlockingDeque
- serialVersionUID:
- -387911632671998426L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
-
lock
ReentrantLock lock
-
notEmpty
Condition notEmpty
-
notFull
Condition notFull
-
-
Class java.util.concurrent.LinkedBlockingQueue
- serialVersionUID:
- -6903933977591709194L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
capacity
int capacity
-
count
AtomicInteger count
-
notEmpty
Condition notEmpty
-
notFull
Condition notFull
-
putLock
ReentrantLock putLock
-
takeLock
ReentrantLock takeLock
-
-
Class java.util.concurrent.LinkedTransferQueue
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Class java.util.concurrent.PriorityBlockingQueue
- serialVersionUID:
- 5595510919245408276L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
lock
ReentrantLock lock
-
notEmpty
Condition notEmpty
-
q
PriorityQueue<E extends Object> q
-
-
Class java.util.concurrent.RecursiveAction
- serialVersionUID:
- 5232453952276485070L
-
Class java.util.concurrent.RecursiveTask
- serialVersionUID:
- 5232453952276485270L
-
Exception java.util.concurrent.RejectedExecutionException
class RejectedExecutionException extends RuntimeException implements Serializable- serialVersionUID:
- -375805702767069545L
-
Class java.util.concurrent.Semaphore
class Semaphore extends Object implements Serializable- serialVersionUID:
- -3222578661600680210L
-
Serialized Fields
-
sync
java.util.concurrent.Semaphore.Sync sync
-
-
Class java.util.concurrent.SynchronousQueue
- serialVersionUID:
- -3223113410248163686L
-
Serialization Methods
-
readObject
- Throws:
IOExceptionClassNotFoundException
-
writeObject
- Throws:
IOException
-
-
Serialized Fields
-
qlock
ReentrantLock qlock
-
waitingConsumers
java.util.concurrent.SynchronousQueue.WaitQueue waitingConsumers
-
waitingProducers
java.util.concurrent.SynchronousQueue.WaitQueue waitingProducers
-
-
Class java.util.concurrent.ThreadLocalRandom
class ThreadLocalRandom extends Random implements Serializable- serialVersionUID:
- 7318848755102526184L
-
Exception java.util.concurrent.TimeoutException
class TimeoutException extends Exception implements Serializable- serialVersionUID:
- 1900926677490660714L
-