com.alachisoft.ncache.runtime.exceptions
Class CompactSerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.alachisoft.ncache.runtime.exceptions.CacheException
              extended by com.alachisoft.ncache.runtime.exceptions.CompactSerializationException
All Implemented Interfaces:
java.io.Serializable

public class CompactSerializationException
extends CacheException

See Also:
Serialized Form

Constructor Summary
CompactSerializationException()
          Constructs a CompactSerializationException with the specified detail message
CompactSerializationException(java.lang.String s)
          Constructs a CompactSerializationException with the specified detail message
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompactSerializationException

public CompactSerializationException()
Constructs a CompactSerializationException with the specified detail message


CompactSerializationException

public CompactSerializationException(java.lang.String s)
Constructs a CompactSerializationException with the specified detail message

Parameters:
s -