public class TransmissionException extends RuntimeException
| Constructor and Description |
|---|
TransmissionException(IOException cause)
Constructs a new TransmissionException wrapping the given
IOException cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransmissionException(IOException cause)
IOException cause. Note that the detail
message associated with cause is automatically incorporated in this runtime exception's detail message.
cause - the cause (which is saved for later retrieval by the Throwable.getCause() method).Copyright © 2013–2017 shadowhunt. All rights reserved.