Klasse DuplicateEntriesException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.teamapps.ux.cache.record.DuplicateEntriesException
Alle implementierten Schnittstellen:
Serializable

public class DuplicateEntriesException extends RuntimeException
Siehe auch:
  • Konstruktordetails

    • DuplicateEntriesException

      public DuplicateEntriesException()
    • DuplicateEntriesException

      public DuplicateEntriesException(String message)
    • DuplicateEntriesException

      public DuplicateEntriesException(String message, Throwable cause)
    • DuplicateEntriesException

      public DuplicateEntriesException(Throwable cause)
    • DuplicateEntriesException

      public DuplicateEntriesException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)