Class B2RuntimeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class B2RuntimeException
    extends java.lang.RuntimeException
    B2RuntimeExceptions are thrown instead of B2Exceptions in the places where an interface prevents the SDK from throwing a B2Exception. The most notable examples of this are in the creation, hasNext(), and next() methods of iterators provided by the SDK.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      B2RuntimeException​(java.lang.String message)  
      B2RuntimeException​(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, toString
      • Methods inherited from class java.lang.Object

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

      • B2RuntimeException

        public B2RuntimeException​(java.lang.String message)
      • B2RuntimeException

        public B2RuntimeException​(java.lang.String message,
                                  java.lang.Throwable cause)