|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intuit.qbmsconnector.jaxb.JaxbProcessingException
public class JaxbProcessingException
Exception thrown if an error occurs while performing JAXB marshalling or unmarshalling.
Constructor Summary | |
---|---|
JaxbProcessingException(String message)
Creates an exception with a descriptive error message. |
|
JaxbProcessingException(String message,
Throwable throwable)
Creates an exception with a nested root exception and descriptive error message. |
|
JaxbProcessingException(Throwable throwable)
Creates an exception with a nested root exception. |
Method Summary |
---|
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 |
Constructor Detail |
---|
public JaxbProcessingException(String message, Throwable throwable)
message
- Descriptive error message.throwable
- Root exception to wrap.public JaxbProcessingException(String message)
message
- Descriptive error message.public JaxbProcessingException(Throwable throwable)
throwable
- Root exception to wrap.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |