Package Summary  Overview Summary

class:ExportException [CHANGED]

constructor:ExportException(java.lang.String) [CHANGED]

  • ExportException

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

constructor:ExportException(java.lang.String, java.lang.Exception) [CHANGED]

  • 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:
    JDK11.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
  • 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

© 2017 Oracle Corporation and/or its affiliates