Class ImportPostProcessException

  • All Implemented Interfaces:
    Serializable

    public class ImportPostProcessException
    extends Exception
    Exception thrown by the Import post processor implementations
    See Also:
    Serialized Form
    • Constructor Detail

      • ImportPostProcessException

        public ImportPostProcessException​(String message)
      • ImportPostProcessException

        public ImportPostProcessException​(String message,
                                          Throwable cause)
      • ImportPostProcessException

        public ImportPostProcessException​(Throwable cause)