org.jboss.resteasy.plugins.providers.jaxb
Class JAXBUnmarshalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.resteasy.spi.Failure
org.jboss.resteasy.spi.LoggableFailure
org.jboss.resteasy.spi.ReaderException
org.jboss.resteasy.plugins.providers.jaxb.JAXBUnmarshalException
- All Implemented Interfaces:
- java.io.Serializable
public class JAXBUnmarshalException
- extends ReaderException
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
JAXBUnmarshalException
public JAXBUnmarshalException(java.lang.String s)
JAXBUnmarshalException
public JAXBUnmarshalException(java.lang.String s,
Response response)
JAXBUnmarshalException
public JAXBUnmarshalException(java.lang.String s,
java.lang.Throwable throwable,
Response response)
JAXBUnmarshalException
public JAXBUnmarshalException(java.lang.String s,
java.lang.Throwable throwable)
JAXBUnmarshalException
public JAXBUnmarshalException(java.lang.Throwable throwable)
JAXBUnmarshalException
public JAXBUnmarshalException(java.lang.Throwable throwable,
Response response)
Copyright © 2010. All Rights Reserved.