Class InvalidKeyTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.polarion.platform.persistence.InvalidKeyTypeException
- All Implemented Interfaces:
Serializable
Thrown in case that user tries to set invalid value to some field in
persistence-managed object.
- Author:
- dobisekm
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInvalidKeyTypeException(String message) InvalidKeyTypeException(String message, Throwable cause) InvalidKeyTypeException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidKeyTypeException
public InvalidKeyTypeException() -
InvalidKeyTypeException
- Parameters:
message-
-
InvalidKeyTypeException
- Parameters:
message-cause-
-
InvalidKeyTypeException
- Parameters:
cause-
-