Serializable
, ErrorCodeAccessor
, Trap
public class IOTimeoutException extends AbstractIOException
ErrorCodeAccessor.ErrorCodeBuilder<B extends ErrorCodeAccessor.ErrorCodeBuilder<B>>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty
Constructor | Description |
---|---|
IOTimeoutException(long aTimeoutInMs,
String message) |
Instantiates a new open timeout exception.
|
IOTimeoutException(long aTimeoutInMs,
String aMessage,
String aErrorCode) |
Instantiates a new open timeout exception.
|
IOTimeoutException(long aTimeoutInMs,
String message,
Throwable cause) |
Instantiates a new open timeout exception.
|
IOTimeoutException(long aTimeoutInMs,
String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new open timeout exception.
|
IOTimeoutException(long aTimeoutInMs,
Throwable cause) |
Instantiates a new open timeout exception.
|
IOTimeoutException(long aTimeoutInMs,
Throwable aCause,
String aErrorCode) |
Instantiates a new open timeout exception.
|
Modifier and Type | Method | Description |
---|---|---|
long |
getTimeoutInMs() |
The timeout attribute in milliseconds.
|
getErrorCode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IOTimeoutException(long aTimeoutInMs, String aMessage, String aErrorCode)
aTimeoutInMs
- the timeout in msaMessage
- the messageaErrorCode
- the error codepublic IOTimeoutException(long aTimeoutInMs, String aMessage, Throwable aCause, String aErrorCode)
aTimeoutInMs
- the timeout in msaMessage
- the messageaCause
- the causeaErrorCode
- the error codepublic IOTimeoutException(long aTimeoutInMs, String message, Throwable cause)
aTimeoutInMs
- the timeout in msmessage
- the messagecause
- the causepublic IOTimeoutException(long aTimeoutInMs, String message)
aTimeoutInMs
- the timeout in msmessage
- the messagepublic IOTimeoutException(long aTimeoutInMs, Throwable aCause, String aErrorCode)
aTimeoutInMs
- the timeout in msaCause
- the causeaErrorCode
- the error codepublic IOTimeoutException(long aTimeoutInMs, Throwable cause)
aTimeoutInMs
- the timeout in mscause
- the causeCopyright © 2021. All rights reserved.