lumis.portal.serviceinterfaceinstance
Class CacheKeyProviderClassNotFoundException

Package class diagram package CacheKeyProviderClassNotFoundException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by lumis.portal.PortalException
              extended by 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

Field Summary
 
Fields inherited from class lumis.portal.PortalException
resources
 
Constructor Summary
CacheKeyProviderClassNotFoundException(String className, Exception cause)
          Constructor.
CacheKeyProviderClassNotFoundException(String className, IResource resource, Exception cause)
          Constructor.
 
Method Summary
 
Methods inherited from class lumis.portal.PortalException
getLocalizedMessage, getLocalizedMessage, getResources, logExceptionCreation, toString, toXmlString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.