public class InvalidConstraintException
extends RepositoryException
InvalidConstraintException
...Constructor and Description |
---|
InvalidConstraintException(String message)
Constructs a new instance of this class with the specified detail
message.
|
InvalidConstraintException(String message,
Throwable rootCause)
Constructs a new instance of this class with the specified detail
message and root cause.
|
public InvalidConstraintException(String message)
message
- the detail message. The detail message is saved for
later retrieval by the #getMessage()
method.public InvalidConstraintException(String message, Throwable rootCause)
message
- the detail message. The detail message is saved for
later retrieval by the #getMessage()
method.rootCause
- root failure cause"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"