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.
|
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
public ClassNotFoundException()
public ClassNotFoundException(String s)