Class ProjectManager.UnknownUserDirectorySiteException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.ametys.plugins.workspaces.project.ProjectManager.UnknownUserDirectorySiteException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ProjectManager
Thrown to indicate that the user directory site is unknown
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownUserDirectorySiteException
(String message) Construct aUnknownUserDirectorySiteException
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
-
UnknownUserDirectorySiteException
Construct aUnknownUserDirectorySiteException
with the specified message- Parameters:
message
- the message
-