Class IsSslHandshakeException

java.lang.Object
com.google.cloud.spanner.IsSslHandshakeException
All Implemented Interfaces:
com.google.common.base.Predicate<Throwable>, Predicate<Throwable>

public class IsSslHandshakeException extends Object implements com.google.common.base.Predicate<Throwable>
  • Constructor Details

    • IsSslHandshakeException

      public IsSslHandshakeException()
  • Method Details

    • apply

      public boolean apply(Throwable input)
      Specified by:
      apply in interface com.google.common.base.Predicate<Throwable>