Package org.jivesoftware.util
Class StreamErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.util.StreamErrorException
- All Implemented Interfaces:
Serializable
An exception that wraps a
StreamError- Author:
- Guus der Kinderen, guus.der.kinderen@gmail.com
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamErrorException(org.xmpp.packet.StreamError streamError) StreamErrorException(org.xmpp.packet.StreamError.Condition condition) StreamErrorException(org.xmpp.packet.StreamError.Condition condition, String message) StreamErrorException(org.xmpp.packet.StreamError.Condition condition, String message, Throwable cause) StreamErrorException(org.xmpp.packet.StreamError.Condition condition, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) StreamErrorException(org.xmpp.packet.StreamError.Condition condition, Throwable cause) StreamErrorException(org.xmpp.packet.StreamError streamError, String message) StreamErrorException(org.xmpp.packet.StreamError streamError, String message, Throwable cause) StreamErrorException(org.xmpp.packet.StreamError streamError, String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) StreamErrorException(org.xmpp.packet.StreamError streamError, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamErrorException
public StreamErrorException(org.xmpp.packet.StreamError.Condition condition) -
StreamErrorException
-
StreamErrorException
-
StreamErrorException
-
StreamErrorException
-
StreamErrorException
public StreamErrorException(org.xmpp.packet.StreamError streamError) -
StreamErrorException
-
StreamErrorException
-
StreamErrorException
-
StreamErrorException
-
-
Method Details
-
getStreamError
public org.xmpp.packet.StreamError getStreamError()
-