KIE Remote Services :: Services 6.1.0.Beta1

Uses of Class
org.kie.services.remote.rest.exception.RestOperationException

Packages that use RestOperationException
org.kie.services.remote.exception   
org.kie.services.remote.rest.exception   
 

Uses of RestOperationException in org.kie.services.remote.exception
 

Subclasses of RestOperationException in org.kie.services.remote.exception
 class DeploymentNotFoundException
          This exception should be thrown when a REST or JMS operation references a deployment unit that does not exist or can not be found.
 

Uses of RestOperationException in org.kie.services.remote.rest.exception
 

Methods in org.kie.services.remote.rest.exception that return RestOperationException
static RestOperationException RestOperationException.badRequest(String msg)
           
static RestOperationException RestOperationException.conflict(String msg, Exception e)
           
static RestOperationException RestOperationException.forbidden(String msg)
           
static RestOperationException RestOperationException.internalServerError(String msg)
           
static RestOperationException RestOperationException.internalServerError(String msg, Exception e)
           
static RestOperationException RestOperationException.notFound(String msg)
           
 


KIE Remote Services :: Services 6.1.0.Beta1

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