Java org.springframework.dao DataIntegrityViolationException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.dao DataIntegrityViolationException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.dao DataIntegrityViolationException.

The text is from its open source code.

Subclass

org.springframework.dao.DataIntegrityViolationException has subclasses.
Click this link to see all its subclasses.

Constructor

DataIntegrityViolationException(String msg)
Constructor for DataIntegrityViolationException.
DataIntegrityViolationException(String msg, Throwable cause)
Constructor for DataIntegrityViolationException.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
ClassgetClass()
Returns the runtime class of this Object .
StringgetLocalizedMessage()
Creates a localized description of this throwable.
StringgetMessage()
Return the detail message, including the message from the nested exception if there is one.
ThrowablegetMostSpecificCause()
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
ThrowablegetRootCause()
Retrieve the innermost cause of this exception, if any.
voidprintStackTrace()
Prints this throwable and its backtrace to the standard error stream.
StringtoString()
Returns a short description of this throwable.