Package org.analogweb.core
Class UnsatisfiedRequestException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.analogweb.core.ApplicationRuntimeException
-
- org.analogweb.core.UnsatisfiedRequestException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
RequestMethodUnsupportedException
,UnsupportedMediaTypeException
public class UnsatisfiedRequestException extends ApplicationRuntimeException
- Author:
- snowgoose
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiedRequestException(RequestPathMetadata metadata)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequestPathMetadata
getMetadata()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsatisfiedRequestException
public UnsatisfiedRequestException(RequestPathMetadata metadata)
-
-
Method Detail
-
getMetadata
public RequestPathMetadata getMetadata()
-
-