Class B2LocalException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    B2CannotComputeException

    public class B2LocalException
    extends B2Exception
    Instances of B2LocalException represent issues that are detected by the SDK. Note that these exceptions are generated locally by the SDK and have non-standard STATUS code.
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int STATUS  
    • Constructor Summary

      Constructors 
      Constructor Description
      B2LocalException​(java.lang.String code, java.lang.String message)  
      B2LocalException​(java.lang.String code, 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

      • B2LocalException

        public B2LocalException​(java.lang.String code,
                                java.lang.String message)
      • B2LocalException

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