Uses of Class
org.apache.shiro.util.UnknownClassException
-
Packages that use UnknownClassException Package Description org.apache.shiro.util -
-
Uses of UnknownClassException in org.apache.shiro.util
Methods in org.apache.shiro.util that throw UnknownClassException Modifier and Type Method Description static ClassClassUtils. forName(String fqcn)Attempts to load the specified class name from the current thread'scontext class loader, then the current ClassLoader (ClassUtils.class.getClassLoader()), then the system/application ClassLoader (ClassLoader.getSystemClassLoader(), in that order.
-