Package java.lang
Class ClassNotFoundException
ClassNotFoundException()
ClassNotFoundException(String s)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
constructor ClassNotFoundException():
Constructs an ClassNotFoundException with no detail message.
constructor ClassNotFoundException(String s):
Constructs an ClassNotFoundException with the specified detail message.