org.kie.services.remote.exception
Class DeploymentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.services.remote.rest.exception.RestOperationException
org.kie.services.remote.exception.DeploymentNotFoundException
- All Implemented Interfaces:
- Serializable
public class DeploymentNotFoundException
- extends 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
| 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.