Package com.progress.open4gl
Class UnknownHostnameException
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.UnknownHostnameException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException,Serializable
This exception is thrown by
BrokerSystem when an UnknownHostException is encountered
attempting to connect to an application server.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnknownHostnameException(com.progress.ubroker.util.SocketConnectionInfo host) UnknownHostnameException(com.progress.ubroker.util.SocketConnectionInfoEx host) UnknownHostnameException(Throwable t, com.progress.ubroker.util.SocketConnectionInfoEx host) -
Method Summary
Methods inherited from class com.progress.open4gl.ConnectException
setProcReturnStringMethods inherited from class com.progress.open4gl.Open4GLException
getProcReturnString, hasProcReturnStringMethods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
UnknownHostnameException
public UnknownHostnameException(com.progress.ubroker.util.SocketConnectionInfo host) -
UnknownHostnameException
public UnknownHostnameException(com.progress.ubroker.util.SocketConnectionInfoEx host) -
UnknownHostnameException
-