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