Package org.apache.openjpa.lib.util
Class FormatPreservingProperties.DuplicateKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.openjpa.lib.util.FormatPreservingProperties.DuplicateKeyException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- FormatPreservingProperties
public static class FormatPreservingProperties.DuplicateKeyException extends java.lang.RuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateKeyException(java.lang.String key, java.lang.Object firstVal, java.lang.String secondVal)
-