KIE Remote Services :: Services 6.2.0.CR4

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.remote.services.rest.exception.KieRemoteRestOperationException
                  extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.kie.remote.services.rest.exception.KieRemoteRestOperationException
KieRemoteRestOperationException.Status
 
Field Summary
 
Fields inherited from class org.kie.remote.services.rest.exception.KieRemoteRestOperationException
status
 
Constructor Summary
DeploymentNotFoundException(String s)
           
DeploymentNotFoundException(String s, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.kie.remote.services.rest.exception.KieRemoteRestOperationException
badRequest, conflict, forbidden, getStatus, internalServerError, internalServerError, notFound, 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.2.0.CR4

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