public class DuplicateValueNotAllowedException extends RuntimeException
Constructor and Description |
---|
DuplicateValueNotAllowedException()
Creates a new instance of DuplicateValueNotAllowedException.
|
DuplicateValueNotAllowedException(String explanation)
Creates a new instance of DuplicateValueNotAllowedException.
|
DuplicateValueNotAllowedException(String explanation,
Throwable cause)
Creates a new instance of DuplicateValueNotAllowedException.
|
DuplicateValueNotAllowedException(Throwable cause)
Creates a new instance of DuplicateValueNotAllowedException.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public DuplicateValueNotAllowedException()
public DuplicateValueNotAllowedException(String explanation)
explanation
- The message associated with the exceptionpublic DuplicateValueNotAllowedException(Throwable cause)
Copyright © 2012–2021 Apache Mavibot Project Parent. All rights reserved.