Class PgCodeKeeperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pgcodekeeper.core.exception.PgCodeKeeperException
All Implemented Interfaces:
Serializable

public class PgCodeKeeperException extends Exception
Exception class for pgCodeKeeper specific exceptions.

This exception should be used for all application-specific error conditions.

See Also:
  • Constructor Details

    • PgCodeKeeperException

      public PgCodeKeeperException()
      Constructs a new pgCodeKeeper exception with no detail message.
    • PgCodeKeeperException

      public PgCodeKeeperException(String message)
      Constructs a new pgCodeKeeper exception with the specified detail message.
      Parameters:
      message - the detail message
    • PgCodeKeeperException

      public PgCodeKeeperException(Throwable cause)
      Constructs a new pgCodeKeeper exception with the specified cause.
      Parameters:
      cause - the cause
    • PgCodeKeeperException

      public PgCodeKeeperException(String message, Throwable cause)
      Constructs a new pgCodeKeeper exception with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause