Package org.jboss.resteasy.links.impl
Class ServiceDiscoveryException
- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.jboss.resteasy.spi.Failure
 - 
- org.jboss.resteasy.links.impl.ServiceDiscoveryException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class ServiceDiscoveryException extends Failure
- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description ServiceDiscoveryException(Method m, String s)ServiceDiscoveryException(Method m, String s, Throwable cause) 
- 
Method Summary
- 
Methods inherited from class org.jboss.resteasy.spi.Failure
getErrorCode, getResponse, isLoggable, setErrorCode, setLoggable, setResponse 
- 
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
 - 
 
 -