Class SaDBException

  • All Implemented Interfaces:
    java.io.Serializable

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

      Constructors 
      Constructor Description
      SaDBException​(java.lang.String message)
      SaDBException constructor.
      SaDBException​(java.lang.String message, java.lang.Throwable cause)
      SaDBException constructor.
      SaDBException​(java.lang.Throwable cause)
      SaDBException constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SaDBException

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

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

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