Class B2RuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.backblaze.b2.client.exceptions.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)
-