Class DuplicatedValueException

  • All Implemented Interfaces:
    java.io.Serializable

    public class DuplicatedValueException
    extends DaoException
    Thrown to indicate that a storage write results in violation of primary key or unique index constraint.
    Since:
    0.8.2
    Author:
    Thanh Nguyen
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • DuplicatedValueException

        public DuplicatedValueException()
      • DuplicatedValueException

        public DuplicatedValueException​(java.lang.String message)
      • DuplicatedValueException

        public DuplicatedValueException​(java.lang.Throwable cause)
      • DuplicatedValueException

        public DuplicatedValueException​(java.lang.String message,
                                        java.lang.Throwable cause)
      • DuplicatedValueException

        public DuplicatedValueException​(java.lang.String message,
                                        java.lang.Throwable cause,
                                        boolean enableSuppression,
                                        boolean writableStackTrace)