Class IntegrityException

  • All Implemented Interfaces:
    java.io.Serializable

    public class IntegrityException
    extends ValidationException

    Purpose: IntegrityExceptions is used to throw all the Descriptors exceptions.

    See Also:
    Serialized Form
    • Constructor Detail

      • IntegrityException

        public IntegrityException()
        INTERNAL: IntegrityExceptions is used to throw all the descriptor exceptions.
      • IntegrityException

        public IntegrityException​(IntegrityChecker integrityChecker)
        INTERNAL: To throw all the descriptor exceptions.
    • Method Detail

      • getIntegrityChecker

        public IntegrityChecker getIntegrityChecker()
        PUBLIC: Return Integrity Checker.
      • getMessage

        public java.lang.String getMessage()
        PUBLIC: This method is used to print out all the descriptor exceptions.
        Overrides:
        getMessage in class EclipseLinkException
      • printStackTrace

        public void printStackTrace​(java.io.PrintStream outStream)
        PUBLIC: Print both the normal and internal stack traces.
        Overrides:
        printStackTrace in class EclipseLinkException
      • printStackTrace

        public void printStackTrace​(java.io.PrintWriter writer)
        PUBLIC: Print both the normal and internal stack traces.
        Overrides:
        printStackTrace in class EclipseLinkException