|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.esf.device.serial.comm.service.PortNotAvailableException
Attempted an operation on a physically nonexistent port.
Constructor Summary | |
PortNotAvailableException()
Create an instance with no message about why the Exception was thrown. |
|
PortNotAvailableException(java.lang.String str)
Create an instance with a message about why the Exception was thrown. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public PortNotAvailableException()
public PortNotAvailableException(java.lang.String str)
str
- A detailed message explaining the reason for the Exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |