KIE Remote Services :: Services 6.0.0.CR5

org.kie.services.remote.exception
Class DomainNotFoundBadRequestException

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.DomainNotFoundBadRequestException
All Implemented Interfaces:
Serializable

public class DomainNotFoundBadRequestException
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
DomainNotFoundBadRequestException(String s)
           
DomainNotFoundBadRequestException(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

DomainNotFoundBadRequestException

public DomainNotFoundBadRequestException(String s)

DomainNotFoundBadRequestException

public DomainNotFoundBadRequestException(String s,
                                         Throwable throwable)

KIE Remote Services :: Services 6.0.0.CR5

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