Module java.rmi

Class ExportException

    • Constructor Detail

      • ExportException

        public ExportException​(String s)
        Constructs an ExportException with the specified detail message.
        Parameters:
        s - the detail message
        Since:
        1.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:
        1.1