Package com.onwbp.adaptation
Class InvalidPrimaryKeyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.onwbp.adaptation.InvalidPrimaryKeyException
-
- All Implemented Interfaces:
Serializable
public final class InvalidPrimaryKeyException extends RuntimeException
Exception thrown when aPrimaryKey
does not respect the syntax of the internalString
representation of primary keys.- See Also:
- PrimaryKey syntax
-
-
Constructor Summary
Constructors Constructor Description InvalidPrimaryKeyException(String aMessage)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
InvalidPrimaryKeyException
public InvalidPrimaryKeyException(String aMessage)
-
-