|
|||||||||||
| 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.msi.network.connection.ConnectionException
com.msi.network.connection.ConnPutlineException
ConnPutlineException - error writing to connection.
| Field Summary |
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
ConnPutlineException()
Creates a new ConnPutlineException instance. |
|
ConnPutlineException(java.lang.String message)
Creates a new ConnPutlineException instance. |
|
ConnPutlineException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ConnPutlineException instance. |
|
ConnPutlineException(java.lang.Throwable cause)
Creates a new ConnPutlineException instance. |
|
| 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 ConnPutlineException()
ConnPutlineException instance.
public ConnPutlineException(java.lang.String message)
ConnPutlineException instance.
message - a String value
public ConnPutlineException(java.lang.String message,
java.lang.Throwable cause)
ConnPutlineException instance.
message - a String valuecause - a Throwable valuepublic ConnPutlineException(java.lang.Throwable cause)
ConnPutlineException instance.
cause - a Throwable value
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||