Package org.smallmind.web.jersey.json
Class XmlAdapterParamConversionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.smallmind.nutsnbolts.lang.FormattedRuntimeException
-
- org.smallmind.web.jersey.json.XmlAdapterParamConversionException
-
- All Implemented Interfaces:
Serializable
public class XmlAdapterParamConversionException extends FormattedRuntimeException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmlAdapterParamConversionException(Throwable throwable)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
XmlAdapterParamConversionException
public XmlAdapterParamConversionException(Throwable throwable)
-
-