|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.starmicronics.stario.StarIOPortException
StarIOPortExceptions are thrown when a communication failure occurs.
Constructor Summary | |
StarIOPortException(boolean isPortInUseFailure,
java.lang.String message)
|
|
StarIOPortException(java.lang.String message)
|
Method Summary | |
boolean |
getIsPortInUseFailure()
This property indicates if the failure occurred because the port is being used by another process, in which case, you should sleep a bit before trying again. |
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public StarIOPortException(java.lang.String message)
public StarIOPortException(boolean isPortInUseFailure, java.lang.String message)
Method Detail |
public boolean getIsPortInUseFailure()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |