public class ClassNotFoundException extends Exception
Constructor and Description |
---|
ClassNotFoundException()
Constructs a ClassNotFoundException with no detail message.
|
ClassNotFoundException(String s)
Constructs a ClassNotFoundException with the specified detail message.
|
public ClassNotFoundException()
public ClassNotFoundException(String s)