Package oracle.pg.rdbms.pgql
Class PgqlToSqlException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- oracle.pg.rdbms.pgql.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 PgqlToSqlExceptionPgqlToSqlException(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.
-
-
-
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 messagecause
- the nested exception
-
PgqlToSqlException
public PgqlToSqlException(java.lang.Throwable cause)
Construct a PgqlToSqlException with the specified nested exception.- Parameters:
cause
- the nested exception
-
-