Class AdminNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.silverpeas.kernel.SilverpeasException
-
- org.silverpeas.core.admin.service.AdminException
-
- org.silverpeas.core.admin.service.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 Summary
Constructors Constructor Description AdminNotFoundException(String message, String... parameters)
AdminNotFoundException(String message, Throwable cause)
AdminNotFoundException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-