public class ConstraintException extends RuntimeException
| Constructor and Description |
|---|
ConstraintException() |
ConstraintException(String message) |
ConstraintException(String message,
Throwable cause) |
ConstraintException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ConstraintException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConstraintException()
public ConstraintException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ConstraintException(String message)
public ConstraintException(Throwable cause)
Copyright © 2016–2019 AdvisedTesting. All rights reserved.