Class PgqlToSqlException

  • All Implemented Interfaces:
    java.io.Serializable

    public class PgqlToSqlException
    extends java.lang.RuntimeException
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PgqlToSqlException()
      Constructs a PgqlToSqlException
      PgqlToSqlException​(java.lang.String message)
      Construct a PgqlToSqlException with the specified detail message.
      PgqlToSqlException​(java.lang.String message, java.lang.Throwable cause)
      Construct a PgqlToSqlException with the specified detail message and nested exception.
      PgqlToSqlException​(java.lang.Throwable cause)
      Construct a PgqlToSqlException with the specified nested exception.
    • 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

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

      • PgqlToSqlException

        public PgqlToSqlException()
        Constructs a PgqlToSqlException
      • PgqlToSqlException

        public PgqlToSqlException​(java.lang.String message)
        Construct a PgqlToSqlException with the specified detail message.
        Parameters:
        message - the detail message
      • PgqlToSqlException

        public PgqlToSqlException​(java.lang.String message,
                                  java.lang.Throwable cause)
        Construct a PgqlToSqlException with the specified detail message and nested exception.
        Parameters:
        message - the detail message
        cause - the nested exception
      • PgqlToSqlException

        public PgqlToSqlException​(java.lang.Throwable cause)
        Construct a PgqlToSqlException with the specified nested exception.
        Parameters:
        cause - the nested exception