Class AdminNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class AdminNotFoundException
    extends AdminException
    Exception thrown when a resource (domain, user, space, ...) isn't found in Silverpeas.
    Author:
    mmoquillon
    See Also:
    Serialized Form
    • Constructor Detail

      • AdminNotFoundException

        public AdminNotFoundException​(String message,
                                      String... parameters)
      • AdminNotFoundException

        public AdminNotFoundException​(String message,
                                      Throwable cause)
      • AdminNotFoundException

        public AdminNotFoundException​(Throwable cause)