Class B2ConnectionBrokenException

  • All Implemented Interfaces:
    java.io.Serializable

    public class B2ConnectionBrokenException
    extends B2NetworkBaseException
    B2ConnectionBrokenException represents the network connection to the B2 servers having been closed unexpectedly. 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
      B2ConnectionBrokenException​(java.lang.String code, java.lang.Integer retryAfterSecondsOrNull, java.lang.String message)  
      B2ConnectionBrokenException​(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

      • B2ConnectionBrokenException

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

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