com.sun.xml.bind.serializer
Class AbortSerializationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.xml.sax.SAXException
              extended by com.sun.xml.bind.serializer.AbortSerializationException
All Implemented Interfaces:
java.io.Serializable

public class AbortSerializationException
extends org.xml.sax.SAXException

Thrown to call off the serialization operation. This exception derives SAXException since many interfaces we internally use are based on SAX and it's easy to propage SAXException.

Since:
JAXB1.0
See Also:
Serialized Form

Constructor Summary
AbortSerializationException(java.lang.Exception e)
           
AbortSerializationException(java.lang.String s)
           
 
Method Summary
 
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, 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

AbortSerializationException

public AbortSerializationException(java.lang.Exception e)

AbortSerializationException

public AbortSerializationException(java.lang.String s)