lumis.portal.serviceinterfaceinstance
Class CacheKeyProviderClassNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
lumis.portal.PortalException
lumis.portal.serviceinterfaceinstance.CacheKeyProviderClassNotFoundException
- All Implemented Interfaces:
- Serializable
public class CacheKeyProviderClassNotFoundException
- extends PortalException
Portal Exception that indicates that the class that is used to
generate the cache key is not available at runtime.
- Since:
- 7.0.0
- See Also:
- Serialized Form
CacheKeyProviderClassNotFoundException
public CacheKeyProviderClassNotFoundException(String className,
IResource resource,
Exception cause)
- Constructor.
- Parameters:
className
- name of the class that wasn't found.resource
- to be used to translate the message.cause
- of the exception (usually a ClassNotFoundException
).- Since:
- 7.0.0
CacheKeyProviderClassNotFoundException
public CacheKeyProviderClassNotFoundException(String className,
Exception cause)
- Constructor. Same as calling
new CacheKeyProviderClassNotFound(className, new PortalStringResource(), cause)
.
- Parameters:
className
- name of the class that wasn't found.cause
- of the exception (usually a ClassNotFoundException
).- Since:
- 7.0.0
Lumisportal 7.0.0.121130 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.