public class InterfaceInUseException extends ConnectionException
ConnectionException
,
Serialized FormConstructor and Description |
---|
InterfaceInUseException()
Creates an
InterfaceInUseException with
as its error detail message. |
InterfaceInUseException(String message)
Creates an
InterfaceInUseException with the specified message. |
InterfaceInUseException(String message,
Throwable cause)
Creates an
InterfaceInUseException with the specified message
and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InterfaceInUseException()
InterfaceInUseException
with
as its error detail message.public InterfaceInUseException(String message)
InterfaceInUseException
with the specified message.message
- The associated message.public InterfaceInUseException(String message, Throwable cause)
InterfaceInUseException
with the specified message
and cause.message
- The associated message.cause
- The cause of this exception.Throwable
© Copyright 2014–2014 Digi International Inc. All rights reserved.