org.kie.remote.services.exception
Class DeploymentNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.kie.remote.services.rest.exception.KieRemoteRestOperationException
org.kie.remote.services.exception.DeploymentNotFoundException
- All Implemented Interfaces:
- Serializable
public class DeploymentNotFoundException
- extends KieRemoteRestOperationException
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-2015 JBoss by Red Hat. All Rights Reserved.