Class PEBKACException

    • Constructor Detail

      • PEBKACException

        public PEBKACException()
        Constructs a new PEBKACException.
      • PEBKACException

        public PEBKACException​(String msg)
        Constructs a new PEBKACException with the given message.
        Parameters:
        msg - The exception message
      • PEBKACException

        public PEBKACException​(String msg,
                               Throwable cause)
        Constructs a new PEBKACException with the given message and cause.
        Parameters:
        msg - The exception message
        cause - The cause of the exception
      • PEBKACException

        public PEBKACException​(Throwable cause)
        Constructs a new PEBKACException with the given cause.
        Parameters:
        cause - The cause of the exception