javax.xml.bind
Class JAXBException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.xml.bind.JAXBException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- MarshalException, PropertyException, UnmarshalException, ValidationException
public class JAXBException
- extends Exception
- See Also:
- Serialized Form
JAXBException
public JAXBException(String message)
JAXBException
public JAXBException(String message,
String errorCode)
JAXBException
public JAXBException(String message,
String errorCode,
Throwable cause)
JAXBException
public JAXBException(String message,
Throwable cause)
JAXBException
public JAXBException(Throwable cause)
getErrorCode
public String getErrorCode()
getLinkedException
public Throwable getLinkedException()
setLinkedException
public void setLinkedException(Throwable linkedException)
toString
public String toString()
- Overrides:
toString
in class Throwable
getCause
public Throwable getCause()
- Overrides:
getCause
in class Throwable
Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.