Class UncheckedValueHolderException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.uplanet.lucy.server.dataobjects.impl.UncheckedValueHolderException
-
- All Implemented Interfaces:
Serializable
public class UncheckedValueHolderException extends RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UncheckedValueHolderException()
UncheckedValueHolderException(String p_strMsg)
UncheckedValueHolderException(String p_strMsg, Throwable p_cause)
UncheckedValueHolderException(Throwable p_cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-