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.
See Also:
Author:
Marcel Valovy - marcel.valovy@oracle.com
  • 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