public class CacheKeyProviderClassNotFoundException extends PortalException
resources
Constructor and Description |
---|
CacheKeyProviderClassNotFoundException(String className,
Exception cause)
Constructor.
|
CacheKeyProviderClassNotFoundException(String className,
IResource resource,
Exception cause)
Constructor.
|
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public CacheKeyProviderClassNotFoundException(String className, IResource resource, Exception cause)
className
- name of the class that wasn't found.resource
- to be used to translate the message.cause
- of the exception (usually a ClassNotFoundException
).public CacheKeyProviderClassNotFoundException(String className, Exception cause)
new CacheKeyProviderClassNotFound(className, new PortalStringResource(), cause)
.className
- name of the class that wasn't found.cause
- of the exception (usually a ClassNotFoundException
).LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.