Package nl.nn.adapterframework.stream
Class SaxTimeoutException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.xml.sax.SAXException
-
- nl.nn.adapterframework.xml.SaxException
-
- nl.nn.adapterframework.stream.SaxTimeoutException
-
- All Implemented Interfaces:
Serializable
public class SaxTimeoutException extends SaxException
SAXException thrown to signal that a timeout occurred in consuming the stream.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SaxTimeoutException()
SaxTimeoutException(Exception cause)
SaxTimeoutException(String message)
SaxTimeoutException(String message, Exception cause)
-
Method Summary
-
Methods inherited from class nl.nn.adapterframework.xml.SaxException
createSaxException, getLocatedMessage, toString
-
Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-