Class DuplicateEntityInstanceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.trustdeck.exception.DuplicateEntityInstanceException
All Implemented Interfaces:
Serializable

public class DuplicateEntityInstanceException extends RuntimeException
This class represents an exception when a duplicate of an entity instance was found.
Author:
Armin Müller
See Also:
  • Constructor Details

    • DuplicateEntityInstanceException

      public DuplicateEntityInstanceException(String msg)
      Constructor.
      Parameters:
      msg - the message that should accompany this exception