Class HeaderValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class HeaderValidationException
    extends ImpExException
    Inidicates a header which is incompatible with the current type system.

    These exceptions will cause the import/export to abort since it cannot be guaranteed that imported/exported data is usable at all.

    See Also:
    Serialized Form
    • Constructor Detail

      • HeaderValidationException

        public HeaderValidationException​(HeaderDescriptor header,
                                         java.lang.String message,
                                         int errorCode)
      • HeaderValidationException

        public HeaderValidationException​(java.lang.String message,
                                         int errorCode)