Package com.atlassian.bamboo.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.bamboo.exception.NotFoundException
- All Implemented Interfaces:
Serializable
Exception to be used when Bamboo REST endpoint should return NOT_FOUND (404) response.
Can't use Jersey's com.sun.jersey.api.NotFoundException because it can't be mapped using ExceptionMapper
- See Also:
-
Constructor Summary
ConstructorDescriptionNotFoundException
(String message) NotFoundException
(String message, Throwable throwable) NotFoundException
(Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
public NotFoundException() -
NotFoundException
-
NotFoundException
-
NotFoundException
-