Package com.palantir.exception
Class SafeSSLPeerUnverifiedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- javax.net.ssl.SSLException
-
- javax.net.ssl.SSLPeerUnverifiedException
-
- com.palantir.exception.SafeSSLPeerUnverifiedException
-
- All Implemented Interfaces:
com.palantir.logsafe.SafeLoggable
,Serializable
public final class SafeSSLPeerUnverifiedException extends SSLPeerUnverifiedException implements com.palantir.logsafe.SafeLoggable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SafeSSLPeerUnverifiedException(String message, com.palantir.logsafe.Arg<?>... arguments)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<com.palantir.logsafe.Arg<?>>
getArgs()
@Safe String
getLogMessage()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SafeSSLPeerUnverifiedException
public SafeSSLPeerUnverifiedException(@CompileTimeConstant String message, com.palantir.logsafe.Arg<?>... arguments)
-
-