public class InvalidInterfaceException extends ConnectionException
ConnectionException,
Serialized Form| Constructor 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. |
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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?2015 Digi International Inc. All rights reserved.