Class BeanValidationException

All Implemented Interfaces:
Serializable

public final class BeanValidationException extends EclipseLinkException
BeanValidationException should be used to represent any exception that happens during Bean Validation in MOXy.
Since:
2.6
See Also:
  • Field Details

  • Constructor Details

    • BeanValidationException

      public BeanValidationException(String msg)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
    • BeanValidationException

      public BeanValidationException(String msg, Throwable internalException)
      INTERNAL: EclipseLink exceptions should only be thrown by EclipseLink.
  • Method Details