Class ProjectManager.UnknownCatalogSiteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.ametys.plugins.workspaces.project.ProjectManager.UnknownCatalogSiteException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProjectManager
Thrown to indicate that the catalog site is unknown
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownCatalogSiteException
(String message) Construct aUnknownCatalogSiteException
with the specified message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownCatalogSiteException
Construct aUnknownCatalogSiteException
with the specified message- Parameters:
message
- the message
-