Package com.enonic.xp.project
Class ProjectNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.exception.NotFoundException
-
- com.enonic.xp.project.ProjectNotFoundException
-
- All Implemented Interfaces:
Serializable
public final class ProjectNotFoundException extends NotFoundException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectNotFoundException(ProjectName projectName)
-
Method Summary
-
Methods inherited from class com.enonic.xp.exception.BaseException
getCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ProjectNotFoundException
public ProjectNotFoundException(ProjectName projectName)
-
-