Package Summary  Overview Summary

class:NoSuchProviderException [NONE]

constructor:NoSuchProviderException() [NONE]

  • NoSuchProviderException

    public NoSuchProviderException()
    Constructs a NoSuchProviderException with no detail message. A detail message is a String that describes this particular exception.

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

  • NoSuchProviderException

    public NoSuchProviderException(String msg)
    Constructs a NoSuchProviderException with the specified detail message. A detail message is a String that describes this particular exception.
    Parameters:
    msg - the detail message.

© 2017 Oracle Corporation and/or its affiliates