Uses of Class
org.apache.shiro.lang.util.UnknownClassException
Packages that use UnknownClassException
-
Uses of UnknownClassException in org.apache.shiro.lang.util
Methods in org.apache.shiro.lang.util 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 (ClassUtils.class.getClassLoader()), then the system/application ClassLoader (ClassLoader.getSystemClassLoader(), in that order.