|
Platform SDK Java 8.5 API Reference | |||||||||
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.genesyslab.platform.commons.PlatformException
com.genesyslab.platform.commons.protocol.ProtocolException
com.genesyslab.platform.commons.protocol.ProtocolIOException
public class ProtocolIOException
The ProtocolIOException will thrown if connection IO exception occurs.
Constructor Summary | |
---|---|
ProtocolIOException(java.lang.String message)
|
|
ProtocolIOException(java.lang.String message,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
java.io.IOException |
getIOCause()
|
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 ProtocolIOException(java.lang.String message)
public ProtocolIOException(java.lang.String message, java.lang.Throwable cause)
Method Detail |
---|
public java.io.IOException getIOCause()
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |