Class UniqueConstraintViolationRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.mendix.systemwideinterfaces.MendixRuntimeException
-
- com.mendix.systemwideinterfaces.connectionbus.data.UniqueConstraintViolationRuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class UniqueConstraintViolationRuntimeException extends MendixRuntimeException
The exception that is thrown when a uniqueness constraint is violated in the database.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UniqueConstraintViolationRuntimeException(java.lang.String message)
Creates an exception with the specified message.UniqueConstraintViolationRuntimeException(java.lang.String message, java.lang.Throwable cause)
Creates an exception with the specified message and cause.
-
-
-
Constructor Detail
-
UniqueConstraintViolationRuntimeException
public UniqueConstraintViolationRuntimeException(java.lang.String message, java.lang.Throwable cause)
Creates an exception with the specified message and cause.- Parameters:
message
- the exception messagecause
- the underlying cause of this exception
-
UniqueConstraintViolationRuntimeException
public UniqueConstraintViolationRuntimeException(java.lang.String message)
Creates an exception with the specified message.- Parameters:
message
- the exception message
-
-