Package Summary  Overview Summary

class:UnknownError [NONE]

constructor:<init>() [NONE]

  • UnknownError

    public UnknownError()
    Constructs an UnknownError with no detail message.

constructor:<init>(java.lang.String) [NONE]

  • UnknownError

    public UnknownError​(String s)
    Constructs an UnknownError with the specified detail message.
    Parameters:
    s - the detail message.

© 2018 Oracle Corporation and/or its affiliates