public class ConstraintViolationException extends RuntimeException
Constructor and Description |
---|
ConstraintViolationException() |
ConstraintViolationException(String message)
Exception constructor.
|
ConstraintViolationException(String message,
Throwable cause)
Exception constructor.
|
ConstraintViolationException(Throwable cause)
Exception constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConstraintViolationException(@Nullable String message)
message
- The exception message.public ConstraintViolationException(@Nullable Throwable cause)
cause
- The exception cause.public ConstraintViolationException(@Nullable String message, @Nullable Throwable cause)
message
- The exception message.cause
- The exception cause.public ConstraintViolationException()
Copyright © 2021 SAP SE. All rights reserved.