org.jboss.resteasy.links.impl
Class ServiceDiscoveryException

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.links.impl.ServiceDiscoveryException
All Implemented Interfaces:
java.io.Serializable

public class ServiceDiscoveryException
extends Failure

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.resteasy.spi.Failure
errorCode, loggable, response
 
Constructor Summary
ServiceDiscoveryException(java.lang.reflect.Method m, java.lang.String s)
           
ServiceDiscoveryException(java.lang.reflect.Method m, java.lang.String s, java.lang.Throwable cause)
           
 
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

ServiceDiscoveryException

public ServiceDiscoveryException(java.lang.reflect.Method m,
                                 java.lang.String s)

ServiceDiscoveryException

public ServiceDiscoveryException(java.lang.reflect.Method m,
                                 java.lang.String s,
                                 java.lang.Throwable cause)


Copyright © 2010. All Rights Reserved.