Class B2ConnectFailedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class B2ConnectFailedException
    extends B2NetworkBaseException
    B2ConnectFailedException represents a failure to connect to the B2 servers. If this persists, there's probably an issue with your network. Note that this exception is generated locally by the SDK and has a non-standard STATUS code.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      B2ConnectFailedException​(java.lang.String code, java.lang.Integer retryAfterSecondsOrNull, java.lang.String message)  
      B2ConnectFailedException​(java.lang.String code, java.lang.Integer retryAfterSecondsOrNull, java.lang.String message, java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • B2ConnectFailedException

        public B2ConnectFailedException​(java.lang.String code,
                                        java.lang.Integer retryAfterSecondsOrNull,
                                        java.lang.String message)
      • B2ConnectFailedException

        public B2ConnectFailedException​(java.lang.String code,
                                        java.lang.Integer retryAfterSecondsOrNull,
                                        java.lang.String message,
                                        java.lang.Throwable cause)