javax.xml.bind
Class MarshalException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by javax.xml.bind.JAXBException
              extended by javax.xml.bind.MarshalException
All Implemented Interfaces:
Serializable

public class MarshalException
extends JAXBException

See Also:
Serialized Form

Constructor Summary
MarshalException(String message)
           
MarshalException(String message, String errorCode)
           
MarshalException(String message, String errorCode, Throwable cause)
           
MarshalException(String message, Throwable cause)
           
MarshalException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class javax.xml.bind.JAXBException
getCause, getErrorCode, getLinkedException, setLinkedException, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MarshalException

public MarshalException(String message)

MarshalException

public MarshalException(String message,
                        String errorCode)

MarshalException

public MarshalException(String message,
                        String errorCode,
                        Throwable cause)

MarshalException

public MarshalException(String message,
                        Throwable cause)

MarshalException

public MarshalException(Throwable cause)


Copyright © 2003-2009 The Apache Software Foundation. All Rights Reserved.