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