Package Summary  Overview Summary

class:UnknownError [NONE]

constructor:UnknownError() [NONE]

  • UnknownError

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

constructor:UnknownError(java.lang.String) [NONE]

  • UnknownError

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