Class SaDBException

All Implemented Interfaces:
Serializable

public class SaDBException extends SaBasicException
Exception, thrown during the query execution (connector level).
Author:
lav
See Also:
  • Constructor Details

    • SaDBException

      public SaDBException(Throwable cause)
      SaDBException constructor.
      Parameters:
      cause - cause
    • SaDBException

      public SaDBException(String message)
      SaDBException constructor.
      Parameters:
      message - message
    • SaDBException

      public SaDBException(String message, Throwable cause)
      SaDBException constructor.
      Parameters:
      message - message
      cause - cause