Class CompactSerializationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.alachisoft.ncache.runtime.exceptions.CacheException
-
- com.alachisoft.ncache.runtime.exceptions.CompactSerializationException
-
- All Implemented Interfaces:
java.io.Serializable
public class CompactSerializationException extends CacheException
Summary description for SerializationException.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CompactSerializationException()
Constructs a CompactSerializationException with the specified detail messageCompactSerializationException(java.lang.String s)
Constructs a CompactSerializationException with the specified detail message
-
Method Summary
-
Methods inherited from class com.alachisoft.ncache.runtime.exceptions.CacheException
getErrorCode, printStackTrace, setErrorCode
-
-
-
-
Constructor Detail
-
CompactSerializationException
public CompactSerializationException(java.lang.String s)
Constructs a CompactSerializationException with the specified detail message- Parameters:
s
- the detail message
-
CompactSerializationException
public CompactSerializationException()
Constructs a CompactSerializationException with the specified detail message
-
-