Class PgCodekeeperException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.pgcodekeeper.core.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