Class 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
    Version:
    $Revision: 15055 $ $Date: 2012-11-29 18:48:37 -0200 (Thu, 29 Nov 2012) $
    See Also:
    Serialized Form
    • 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