Class PGSQLSimpleException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumn()  
      java.lang.String getConstraint()  
      java.lang.String getDatatype()  
      java.lang.String getSchema()  
      java.lang.String getTable()  
      void setColumn​(java.lang.String column)  
      void setConstraint​(java.lang.String constraint)  
      void setDatatype​(java.lang.String datatype)  
      void setSchema​(java.lang.String schema)  
      void setTable​(java.lang.String table)  
      • Methods inherited from class java.sql.SQLException

        getErrorCode, getNextException, getSQLState, iterator, setNextException
      • 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
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Constructor Detail

      • PGSQLSimpleException

        public PGSQLSimpleException()
      • PGSQLSimpleException

        public PGSQLSimpleException​(java.lang.String reason,
                                    java.lang.String sqlState,
                                    int vendorCode,
                                    java.lang.Throwable cause)
      • PGSQLSimpleException

        public PGSQLSimpleException​(java.lang.String reason,
                                    java.lang.String SQLState,
                                    int vendorCode)
      • PGSQLSimpleException

        public PGSQLSimpleException​(java.lang.String reason,
                                    java.lang.String sqlState,
                                    java.lang.Throwable cause)
      • PGSQLSimpleException

        public PGSQLSimpleException​(java.lang.String reason,
                                    java.lang.String SQLState)
      • PGSQLSimpleException

        public PGSQLSimpleException​(java.lang.String reason,
                                    java.lang.Throwable cause)
      • PGSQLSimpleException

        public PGSQLSimpleException​(java.lang.String reason)
      • PGSQLSimpleException

        public PGSQLSimpleException​(java.lang.Throwable cause)