Uses of Class
com.okta.commons.lang.UnknownClassException
-
Uses of UnknownClassException in com.okta.commons.lang
Methods in com.okta.commons.lang that throw UnknownClassExceptionModifier and TypeMethodDescriptionstatic <T> Class<T> 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.