Class DBException

All Implemented Interfaces:
Serializable

@Deprecated public class DBException extends DBException
Deprecated.
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.
    • DBException

      public DBException(String msg)
      Deprecated.