Package sonia.scm
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
sonia.scm.ExceptionWithContext
sonia.scm.NotFoundException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class sonia.scm.ExceptionWithContext
ExceptionWithContext.AdditionalMessage
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException
(Class<?> type, String id) NotFoundException
(String type, String id) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
static NotFoundException
notFound
(ContextEntry.ContextBuilder contextBuilder) Methods inherited from class sonia.scm.ExceptionWithContext
getAdditionalMessages, getContext, getUrl
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
-
NotFoundException
-
-
Method Details
-
notFound
-
getCode
- Specified by:
getCode
in classExceptionWithContext
-