public class OpenTimeoutException extends OpenException implements TimeoutInMsAccessor
Openable.open()
throws such an exception.
ATTENTION: This Exception
does not provide a dedicated
ConnectionAccessor
as a DeviceComponent
does not necessary
provide dedicated connection information, it may be hard wired to another
software system's hot spot or similar with the option of opening or closing.
AbstractException.AbstractHiddenException, AbstractException.AbstractRuntimeException
TimeoutInMsAccessor.TimeoutInMsMutator, TimeoutInMsAccessor.TimeoutInMsProperty
ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty
Constructor and Description |
---|
OpenTimeoutException(long aTimeoutInMs,
String message) |
OpenTimeoutException(long aTimeoutInMs,
String aMessage,
String aErrorCode) |
OpenTimeoutException(long aTimeoutInMs,
String message,
Throwable cause) |
OpenTimeoutException(long aTimeoutInMs,
String aMessage,
Throwable aCause,
String aErrorCode) |
OpenTimeoutException(long aTimeoutInMs,
Throwable cause) |
OpenTimeoutException(long aTimeoutInMs,
Throwable aCause,
String aErrorCode) |
Modifier and Type | Method and Description |
---|---|
long |
getTimeoutInMs() |
getErrorCode
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public OpenTimeoutException(long aTimeoutInMs, String aMessage, String aErrorCode)
public OpenTimeoutException(long aTimeoutInMs, String aMessage, Throwable aCause, String aErrorCode)
public OpenTimeoutException(long aTimeoutInMs, String message, Throwable cause)
public OpenTimeoutException(long aTimeoutInMs, String message)
public OpenTimeoutException(long aTimeoutInMs, Throwable aCause, String aErrorCode)
public OpenTimeoutException(long aTimeoutInMs, Throwable cause)
public long getTimeoutInMs()
getTimeoutInMs
in interface TimeoutInMsAccessor
Copyright © 2015. All rights reserved.