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, java.io.Serializable
- public class ConnectHttpsAuthException
- extends ConnectException
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:
- 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 |
ConnectHttpsAuthException
public ConnectHttpsAuthException(long id,
java.lang.Object[] args)
ConnectHttpsAuthException
public ConnectHttpsAuthException(java.lang.String s)
ConnectHttpsAuthException
public ConnectHttpsAuthException(java.lang.String s,
java.lang.Object[] args)