Class SmarteditConfigurationDuplicateKeyException

  • All Implemented Interfaces:
    java.io.Serializable

    public class SmarteditConfigurationDuplicateKeyException
    extends java.lang.RuntimeException
    Thrown when a key is already present in the data store while creating a new configuration
    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

      • SmarteditConfigurationDuplicateKeyException

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

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

        public SmarteditConfigurationDuplicateKeyException​(java.lang.Throwable cause)