Class BeCPGException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
UserAlreadyExistsException

public class BeCPGException extends RuntimeException
beCPG Exception.
Version:
$Id: $Id
Author:
querephi
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      generated serial number
      See Also:
  • Constructor Details

    • BeCPGException

      public BeCPGException(String message)
      Instantiates a new beCPG exception.
      Parameters:
      message - the message
    • BeCPGException

      public BeCPGException()

      Constructor for BeCPGException.

    • BeCPGException

      public BeCPGException(String message, Throwable cause)

      Constructor for BeCPGException.

      Parameters:
      message - a String object.
      cause - a Throwable object.
    • BeCPGException

      public BeCPGException(Throwable cause)

      Constructor for BeCPGException.

      Parameters:
      cause - a Throwable object.