Package org.soulwing.prospecto.jaxrs.api
Class AmbiguousPathResolutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.soulwing.prospecto.api.url.UnresolvedUrlException
-
- org.soulwing.prospecto.jaxrs.api.AmbiguousPathResolutionException
-
- All Implemented Interfaces:
Serializable
public class AmbiguousPathResolutionException extends UnresolvedUrlException
An exception thrown when more the model path specification of more than one resource method matches a given model path specification.- Author:
- Carl Harris
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousPathResolutionException(ModelPath modelPath, List<ResourceDescriptor> methodDescriptors)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AmbiguousPathResolutionException
public AmbiguousPathResolutionException(ModelPath modelPath, List<ResourceDescriptor> methodDescriptors)
-
-