KIE Remote Services :: Services 6.1.0.CR2

org.kie.remote.services.exception
Class DeploymentNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.kie.workbench.common.services.rest.RestOperationException
                  extended by 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 Class Summary
 
Nested classes/interfaces inherited from class org.kie.workbench.common.services.rest.RestOperationException
org.kie.workbench.common.services.rest.RestOperationException.Status
 
Field Summary
 
Fields inherited from class org.kie.workbench.common.services.rest.RestOperationException
status
 
Constructor Summary
DeploymentNotFoundException(String s)
           
DeploymentNotFoundException(String s, Throwable throwable)
           
 
Method Summary
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeploymentNotFoundException

public DeploymentNotFoundException(String s)

DeploymentNotFoundException

public DeploymentNotFoundException(String s,
                                   Throwable throwable)

KIE Remote Services :: Services 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.