Package org.trustdeck.exception
Class DuplicateEntityInstanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.DuplicateEntityInstanceException
- All Implemented Interfaces:
Serializable
This class represents an exception when a duplicate of an entity instance was found.
- Author:
- Armin Müller
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateEntityInstanceException
Constructor.- Parameters:
msg- the message that should accompany this exception
-