public class DataConstraintException extends UMSException
Constructor and Description |
---|
DataConstraintException()
Constructor to constuct the exception without any message
|
DataConstraintException(String msg)
Constructor to construct the exception with a message
|
DataConstraintException(String msg,
Throwable rootCause)
Constructs the exception with a message and an embedded exception
|
getMessage, getRootCause, log, log, printStackTrace, printStackTrace, printStackTrace, toString
public DataConstraintException()
public DataConstraintException(String msg)
msg
- message describing the cause of the exceptionpublic DataConstraintException(String msg, Throwable rootCause)
msg
- the message explaining the exceptionrootCause
- the embedded exception, the exception that led to this
exception.Copyright © 2010-2014, ForgeRock All Rights Reserved.