|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
de.knipp.rritoolkit.PooledPort.WriteException
private static class PooledPort.WriteException
exception that specifically marks I/O exceptions that happen during the sending of the EPP command
Constructor Summary | |
---|---|
PooledPort.WriteException(java.lang.String msg)
constructor |
|
PooledPort.WriteException(java.lang.String msg,
java.io.IOException cause)
constructor |
Method Summary |
---|
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 PooledPort.WriteException(java.lang.String msg, java.io.IOException cause)
msg
- the messagecause
- the causing exceptionpublic PooledPort.WriteException(java.lang.String msg)
msg
- the message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |