com.xebialabs.deployit.exception
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.xebialabs.deployit.engine.spi.exception.DeployitException
com.xebialabs.deployit.exception.NotFoundException
- All Implemented Interfaces:
- java.io.Serializable
@HttpResponseCodeResult(statusCode=404)
public class NotFoundException
- extends com.xebialabs.deployit.engine.spi.exception.DeployitException
Thrown when an item cannot be found
- See Also:
- Serialized Form
|
Constructor Summary |
NotFoundException(java.lang.String messageTemplate,
java.lang.Object... args)
|
NotFoundException(java.lang.Throwable cause,
java.lang.String messageTemplate,
java.lang.Object... args)
|
| Methods inherited from class com.xebialabs.deployit.engine.spi.exception.DeployitException |
add, addAll, getEntity, getErrors, getMessage, hasEntity, hasErrors |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NotFoundException
public NotFoundException(java.lang.String messageTemplate,
java.lang.Object... args)
NotFoundException
public NotFoundException(java.lang.Throwable cause,
java.lang.String messageTemplate,
java.lang.Object... args)