Class ExportException

    • Constructor Detail

      • ExportException

        public ExportException(String s)
        Constructs an ExportException with the specified detail message.
        Parameters:
        s - the detail message
        Since:
        JDK1.1
      • ExportException

        public ExportException(String s,
                               Exception ex)
        Constructs an ExportException with the specified detail message and nested exception.
        Parameters:
        s - the detail message
        ex - the nested exception
        Since:
        JDK1.1