Uses of Class
com.okta.commons.lang.UnknownClassException
-
-
Uses of UnknownClassException in com.okta.commons.lang
Methods in com.okta.commons.lang that throw UnknownClassException Modifier and Type Method Description static <T> java.lang.Class<T>Classes. forName(java.lang.String fqcn)Attempts to load the specified class name from the current thread'scontext class loader, then the current ClassLoader (Classes.class.getClassLoader()), then the system/application ClassLoader (ClassLoader.getSystemClassLoader(), in that order.
-