LineUnavailableExceptionpublic class LineUnavailableException extends Exception A LineUnavailableException is an exception indicating that a
line cannot be opened because it is unavailable. This situation
arises most commonly when a requested line is already in use
by another application. |
Constructors Summary |
---|
public LineUnavailableException()Constructs a LineUnavailableException that has
null as its error detail message.
super();
| public LineUnavailableException(String message)Constructs a LineUnavailableException that has
the specified detail message.
super(message);
|
|