Class ConstraintViolationException

All Implemented Interfaces:
Serializable

public class ConstraintViolationException extends ProfileException
Exception used to indicate that a value is not valid within the current domain of the attribute.
Since:
5.0
Author:
O. Kerpershoek
See Also:
  • Constructor Details

    • ConstraintViolationException

      public ConstraintViolationException(String message)
      Basic constructor with only a message explaining the cause of the error.
      Parameters:
      message - The message explaining the error that occurred.