Package org.jitsi.service.neomedia
Class TransmissionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- org.jitsi.service.neomedia.TransmissionFailedException
-
- All Implemented Interfaces:
Serializable
public class TransmissionFailedException extends Throwable
Signals that a packet transmission exception of some sort has occurred. This class is the general class of exceptions produced by failed or interrupted transmissions.- Author:
- George Politis
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransmissionFailedException(Exception e)Ctor.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TransmissionFailedException
public TransmissionFailedException(Exception e)
Ctor.- Parameters:
e-
-
-