Package de.uplanet.lucy.server.util.db
Class ValueCastException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.uplanet.lucy.server.util.db.ValueCastException
-
- All Implemented Interfaces:
Serializable
public final class ValueCastException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValueCastException(String p_strMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValueCastException
public ValueCastException(String p_strMessage)
-
-