Package no.digipost.collection
Class ConflictingElementEncountered
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
no.digipost.collection.ConflictingElementEncountered
- All Implemented Interfaces:
Serializable
This exception indicates that an element was encountered which conflicts with
what was expected for an operation to complete successfully.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConflictingElementEncountered(Object allowed, Object conflicting) ConflictingElementEncountered(Object allowed, Object conflicting, String reason) ConflictingElementEncountered(Object allowed, Object conflicting, String reason, Throwable cause) ConflictingElementEncountered(Object allowed, Object conflicting, 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
-
ConflictingElementEncountered
-
ConflictingElementEncountered
-
ConflictingElementEncountered
-
ConflictingElementEncountered
-