Class DuplicateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.syncope.core.persistence.api.dao.DuplicateException
-
- All Implemented Interfaces:
Serializable
public class DuplicateException extends RuntimeException
Thrown when someone is attempting to create an entity with the same key of another existing entity.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateException(String msg)
DuplicateException(String msg, Exception cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-