public class JAXBException extends Exception
Constructor and Description |
---|
JAXBException(String message) |
JAXBException(String message,
String errorCode) |
JAXBException(String message,
String errorCode,
Throwable cause) |
JAXBException(String message,
Throwable cause) |
JAXBException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause() |
String |
getErrorCode() |
Throwable |
getLinkedException() |
void |
setLinkedException(Throwable linkedException) |
String |
toString() |
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public JAXBException(String message)
public JAXBException(Throwable cause)
Copyright © 2013. All rights reserved.