com.intuit.qbmsconnector.jaxb
Class JaxbProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.intuit.qbmsconnector.jaxb.JaxbProcessingException
All Implemented Interfaces:
Serializable

public class JaxbProcessingException
extends RuntimeException

Exception thrown if an error occurs while performing JAXB marshalling or unmarshalling.

See Also:
Serialized Form

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

JaxbProcessingException

public JaxbProcessingException(String message,
                               Throwable throwable)
Creates an exception with a nested root exception and descriptive error message.

Parameters:
message - Descriptive error message.
throwable - Root exception to wrap.

JaxbProcessingException

public JaxbProcessingException(String message)
Creates an exception with a descriptive error message.

Parameters:
message - Descriptive error message.

JaxbProcessingException

public JaxbProcessingException(Throwable throwable)
Creates an exception with a nested root exception.

Parameters:
throwable - Root exception to wrap.


Copyright © 2006-2010 Intuit Inc. All Rights Reserved.