Class DuplicateObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ehrbase.api.exception.DuplicateObjectException
All Implemented Interfaces:
Serializable

public class DuplicateObjectException extends RuntimeException
Since:
1.0
Author:
Jake Smolka
See Also:
  • Constructor Details

    • DuplicateObjectException

      public DuplicateObjectException(String type, String message)
    • DuplicateObjectException

      public DuplicateObjectException(String type, String message, Throwable cause)
  • Method Details

    • getType

      public String getType()