Package org.jivesoftware.util.cache
Class CannotCalculateSizeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.util.cache.CannotCalculateSizeException
- All Implemented Interfaces:
Serializable
Flags an exception when we cannot determine size of the object to be cached.
- Author:
- Marcin Cieslak
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
public static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CannotCalculateSizeException
public CannotCalculateSizeException() -
CannotCalculateSizeException
-