Class BGException

All Implemented Interfaces:
Serializable

@Deprecated public class BGException extends RuntimeException
Deprecated.
The exception is unchecked and therefore has not to be caught, same as the actually used BGException. So just remove the class from your catch expressions.
See Also:
  • Constructor Details

    • BGException

      public BGException()
      Deprecated.