Class BGException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BGAuthenticationException, BGMessageException, CompilerWrapper.CompilationFailedException, ContractModuleNotFoundException, UnsupportedBillingException, UnsupportedBillingVersion

public class BGException extends RuntimeException
See Also:
  • Constructor Details

    • BGException

      public BGException()
    • BGException

      public BGException(String message)
    • BGException

      public BGException(Throwable cause)
    • BGException

      public BGException(String message, Throwable cause)