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
public class CannotCalculateSizeException extends Exception
Flags an exception when we cannot determine size of the object to be cached.
- Author:
- Marcin Cieslak
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CannotCalculateSizeException()
CannotCalculateSizeException(Object obj)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
serialVersionUID
public static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CannotCalculateSizeException
public CannotCalculateSizeException()
-
CannotCalculateSizeException
public CannotCalculateSizeException(Object obj)
-
-