KIE Remote Services :: Services 6.0.0.CR2

org.kie.services.remote.exception
Class KieServiceBadRequestException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.resteasy.spi.Failure
                  extended by org.jboss.resteasy.spi.LoggableFailure
                      extended by org.jboss.resteasy.spi.BadRequestException
                          extended by org.kie.services.remote.exception.KieServiceBadRequestException
All Implemented Interfaces:
Serializable

public class KieServiceBadRequestException
extends org.jboss.resteasy.spi.BadRequestException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.resteasy.spi.Failure
errorCode, loggable, response
 
Constructor Summary
KieServiceBadRequestException(String s)
           
KieServiceBadRequestException(String s, Throwable throwable)
           
 
Method Summary
 
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable
 
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

KieServiceBadRequestException

public KieServiceBadRequestException(String s)

KieServiceBadRequestException

public KieServiceBadRequestException(String s,
                                     Throwable throwable)

KIE Remote Services :: Services 6.0.0.CR2

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