public class InvalidInterfaceException extends ConnectionException
ConnectionException
,
Serialized FormConstructor and Description |
---|
InvalidInterfaceException()
Creates an
InvalidInterfaceException with
as its error detail message. |
InvalidInterfaceException(String message)
Creates an
InvalidInterfaceException with the specified message. |
InvalidInterfaceException(String message,
Throwable cause)
Creates an
InvalidInterfaceException with the specified
message and cause. |
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidInterfaceException()
InvalidInterfaceException
with
as its error detail message.public InvalidInterfaceException(String message)
InvalidInterfaceException
with the specified message.message
- The associated message.public InvalidInterfaceException(String message, Throwable cause)
InvalidInterfaceException
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.