Click or drag to resize
NotFoundException Constructor
Overload List
  NameDescription
Public methodNotFoundException
Construct the exception without a description.
Public methodNotFoundException(String)
Construct the exception with the description.
Public methodNotFoundException(String, Exception)
Construct the exception with the description and the cause exception.
Top
See Also