Package com.enonic.xp.repository
Class RepositoryNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.enonic.xp.exception.BaseException
-
- com.enonic.xp.repository.RepositoryNotFoundException
-
- All Implemented Interfaces:
Serializable
public class RepositoryNotFoundException extends BaseException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RepositoryNotFoundException(RepositoryId repositoryId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
RepositoryNotFoundException
public RepositoryNotFoundException(RepositoryId repositoryId)
-
-
Method Detail
-
getCode
public String getCode()
- Overrides:
getCode
in classBaseException
-
-