Class DBException

All Implemented Interfaces:
Serializable

@Deprecated(since="13", forRemoval=true) @GeneratedCodeCoverageExclusion public class DBException extends DBException
Deprecated, for removal: This API element is subject to removal in a future version.
This class was moved to DBException and will be removed in future.
This RuntimeException is used to pass SQLException up the chain of calling methods to determine what to do where needed.
Author:
Teo Sarca, SC ARHIPAC SERVICE SRL
See Also:
  • Constructor Details

    • DBException

      public DBException(Exception e)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • DBException

      public DBException(String msg)
      Deprecated, for removal: This API element is subject to removal in a future version.