Package com.progress.open4gl
Class ConnectHttpsAuthException
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.ConnectHttpsAuthException
- All Implemented Interfaces:
com.progress.common.exception.IChainableException
,Serializable
The ConnectHttpsAuthException is derived from the ConnectException class and
is thrown when a HTTPS protocol connection cannot be made. This can be
because the client can't authenticate the server's digital certificate, they
can't agree on a cipher suite, or some other protocol startup exchange
operation fails.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConnectHttpsAuthException
(long id, Object[] args) ConnectHttpsAuthException
(String s, Object[] args) ConnectHttpsAuthException
(Throwable t, long id, Object[] args) -
Method Summary
Methods inherited from class com.progress.open4gl.ConnectException
setProcReturnString
Methods inherited from class com.progress.open4gl.Open4GLException
getProcReturnString, hasProcReturnString
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ConnectHttpsAuthException
-
ConnectHttpsAuthException
-
ConnectHttpsAuthException
-
ConnectHttpsAuthException
-