Class ResourceConfigurationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.soulwing.prospecto.jaxrs.runtime.ResourceConfigurationException
-
- All Implemented Interfaces:
Serializable
public class ResourceConfigurationException extends RuntimeException
An exception thrown when the annotations applied to the JAX-RS resource for path resolution are incorrectly applied.- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceConfigurationException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResourceConfigurationException
public ResourceConfigurationException(String message)
-
-