|
|||||||||||
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.modem.exception.ModemException com.esf.device.modem.exception.ModemOperationNotSupportedException
Defines ModemOperationNotSupportedException This exception is thrown when user attempts to perform an operation that not supported.
Constructor Summary | |
ModemOperationNotSupportedException()
Create an instance with no message about why the Exception was thrown. |
|
ModemOperationNotSupportedException(java.lang.String msg)
Creates 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 ModemOperationNotSupportedException()
public ModemOperationNotSupportedException(java.lang.String msg)
msg
- - detailed message explaining the reason for the Exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |