Package org.teamapps.ux.cache.record
Class DuplicateEntriesException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.teamapps.ux.cache.record.DuplicateEntriesException
-
- All Implemented Interfaces:
java.io.Serializable
public class DuplicateEntriesException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateEntriesException()DuplicateEntriesException(java.lang.String message)DuplicateEntriesException(java.lang.String message, java.lang.Throwable cause)DuplicateEntriesException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)DuplicateEntriesException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
DuplicateEntriesException
public DuplicateEntriesException()
-
DuplicateEntriesException
public DuplicateEntriesException(java.lang.String message)
-
DuplicateEntriesException
public DuplicateEntriesException(java.lang.String message, java.lang.Throwable cause)
-
DuplicateEntriesException
public DuplicateEntriesException(java.lang.Throwable cause)
-
DuplicateEntriesException
public DuplicateEntriesException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
-