com.progress.open4gl
Class ConnectProtocolException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.progress.common.exception.ProException
|
+--com.progress.open4gl.Open4GLException
|
+--com.progress.open4gl.ConnectException
|
+--com.progress.open4gl.ConnectProtocolException
- All Implemented Interfaces:
- com.progress.common.exception.IChainableException, java.io.Serializable
- public class ConnectProtocolException
- extends ConnectException
The ConnectProtocolException is derived from the ConnectException class and
is thrown when a network protocol error of some type occurs. It could be
from the protocol itself, one of its configuration parameters is bad, etc.
This is sort of a catch-all for connection problems.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConnectProtocolException
public ConnectProtocolException(long id,
java.lang.Object[] args)
ConnectProtocolException
public ConnectProtocolException(java.lang.String s)
ConnectProtocolException
public ConnectProtocolException(java.lang.String s,
java.lang.Object[] args)