Package lumis.portal

Class PageNotFoundException

    • Constructor Detail

      • PageNotFoundException

        public PageNotFoundException()
      • PageNotFoundException

        public PageNotFoundException​(java.lang.String arg0)
        Parameters:
        arg0 -
      • PageNotFoundException

        public PageNotFoundException​(java.lang.String arg0,
                                     java.lang.Exception innerException)
        Parameters:
        arg0 -
        innerException -
      • PageNotFoundException

        public PageNotFoundException​(java.lang.Exception innerException)
        Parameters:
        innerException -
      • PageNotFoundException

        public PageNotFoundException​(java.lang.String arg0,
                                     IResource resource)
        Parameters:
        arg0 -
        resource -
      • PageNotFoundException

        public PageNotFoundException​(java.lang.String arg0,
                                     IResource resource,
                                     java.lang.Exception innerException)
        Parameters:
        arg0 -
        resource -
        innerException -
      • PageNotFoundException

        public PageNotFoundException​(java.lang.String arg0,
                                     java.util.List<IResource> resources)
      • PageNotFoundException

        public PageNotFoundException​(java.lang.String arg0,
                                     java.util.List<IResource> resources,
                                     java.lang.Exception innerException)