org.kie.remote.services.exception
Class DeploymentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.workbench.common.services.rest.RestOperationException
org.kie.remote.services.exception.DeploymentNotFoundException
- All Implemented Interfaces:
- Serializable
public class DeploymentNotFoundException
- extends org.kie.workbench.common.services.rest.RestOperationException
This exception should be thrown when a REST or JMS operation references a deployment unit
that does not exist or can not be found.
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from class org.kie.workbench.common.services.rest.RestOperationException |
org.kie.workbench.common.services.rest.RestOperationException.Status |
| Fields inherited from class org.kie.workbench.common.services.rest.RestOperationException |
status |
| Methods inherited from class org.kie.workbench.common.services.rest.RestOperationException |
badRequest, conflict, forbidden, getStatus, internalServerError, internalServerError, notFound |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DeploymentNotFoundException
public DeploymentNotFoundException(String s)
DeploymentNotFoundException
public DeploymentNotFoundException(String s,
Throwable throwable)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.