Class PortletRegistryException

  • All Implemented Interfaces:
    Serializable

    public class PortletRegistryException
    extends Exception
    A PortletRegistryException is thrown when there are errors related to registry read/write.
    See Also:
    Serialized Form
    • Constructor Detail

      • PortletRegistryException

        public PortletRegistryException​(String key)
        Constructs an instance of the PortletRegistryException class.
        Parameters:
        key - key string to index into resource bundle to retieve localized message
      • PortletRegistryException

        public PortletRegistryException​(String key,
                                        Object[] tokens)
        Constructs an instance of the PortletRegistryException class.
        Parameters:
        key - key string to index into resource bundle to retieve localized message
        tokens - array of tokens to be used by the exception message
      • PortletRegistryException

        public PortletRegistryException​(String key,
                                        Throwable t)
        Constructs an instance of the PortletRegistryException class.
        Parameters:
        key - key string to index into resource bundle to retieve localized message
        t - Throwable object provided by the object which is throwing
      • PortletRegistryException

        public PortletRegistryException​(String key,
                                        Throwable t,
                                        Object[] tokens)
        Constructs an instance of the PortletRegistryException class.
        Parameters:
        key - key string to index into resource bundle to retieve localized message
        t - Throwable object provided by the object which is throwing
        tokens - array of tokens to be used by the exception message
      • PortletRegistryException

        public PortletRegistryException​(Throwable t)
        Constructs an instance of the PortletRegistryException class.
        Parameters:
        t - Throwable object provided by the object which is throwing the exception