Serialized Form


Package com.ibm.websphere.cache

Class com.ibm.websphere.cache.ChangeEvent extends java.util.EventObject implements Serializable

serialVersionUID: -7681862873508155911L

Serialized Fields

m_value

java.lang.Object m_value

m_causeOfChange

int m_causeOfChange

m_sourceOfChange

int m_sourceOfChange

m_timeStamp

long m_timeStamp

m_cacheName

java.lang.String m_cacheName

Class com.ibm.websphere.cache.InvalidationEvent extends java.util.EventObject implements Serializable

serialVersionUID: -9012240660005037807L

Serialized Fields

m_causeOfInvalidation

int m_causeOfInvalidation

m_sourceOfInvalidation

int m_sourceOfInvalidation

m_value

java.lang.Object m_value

m_timeStamp

long m_timeStamp

m_cacheName

java.lang.String m_cacheName

Package com.ibm.websphere.cache.exception

Class com.ibm.websphere.cache.exception.DiskCacheEntrySizeOverLimitException extends DynamicCacheException implements Serializable

serialVersionUID: 2656071545701845896L

Class com.ibm.websphere.cache.exception.DiskCacheUsingOldFormatException extends DynamicCacheException implements Serializable

serialVersionUID: -3760842684658943228L

Class com.ibm.websphere.cache.exception.DiskIOException extends DynamicCacheException implements Serializable

serialVersionUID: 1390857807469146766L

Class com.ibm.websphere.cache.exception.DiskOffloadNotEnabledException extends DynamicCacheException implements Serializable

serialVersionUID: -5082196191715410157L

Class com.ibm.websphere.cache.exception.DiskSizeInEntriesOverLimitException extends DynamicCacheException implements Serializable

serialVersionUID: 2221451214830436278L

Class com.ibm.websphere.cache.exception.DiskSizeOverLimitException extends DynamicCacheException implements Serializable

serialVersionUID: -8048186487020737461L

Class com.ibm.websphere.cache.exception.DynamicCacheException extends java.lang.Exception implements Serializable

serialVersionUID: -4998690760275949098L

Class com.ibm.websphere.cache.exception.DynamicCacheServiceNotStarted extends DynamicCacheException implements Serializable

serialVersionUID: -8035956532047048631L

Class com.ibm.websphere.cache.exception.MiscellaneousException extends DynamicCacheException implements Serializable

serialVersionUID: -733655168072791778L

Class com.ibm.websphere.cache.exception.SerializationException extends DynamicCacheException implements Serializable

serialVersionUID: 8241039830901064117L


Package com.ibm.websphere.exception

Class com.ibm.websphere.exception.DistributedException extends java.lang.Exception implements Serializable

serialVersionUID: -8708570105949230167L

Serialized Fields

exceptionInfo

DistributedExceptionInfo exceptionInfo

Class com.ibm.websphere.exception.DistributedExceptionInfo extends java.lang.Object implements Serializable

serialVersionUID: 7298223355966269413L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Throws:
java.io.IOException
Serialized Fields

message

java.lang.String message

className

java.lang.String className

stackTrace

java.lang.String stackTrace

previousExceptionInfo

DistributedExceptionInfo previousExceptionInfo

previousException

byte[] previousException

lineSeparator

java.lang.String lineSeparator

resourceBundleName

java.lang.String resourceBundleName

resourceKey

java.lang.String resourceKey

formatArguments

java.lang.Object[] formatArguments

Class com.ibm.websphere.exception.ExceptionInstantiationException extends DistributedException implements Serializable

serialVersionUID: 4996311351594139105L