Class PVAException

    • Constructor Detail

      • PVAException

        protected PVAException()
        Default constructor.
      • PVAException

        public PVAException​(String message)
        Parameters:
        message - exception message.
      • PVAException

        public PVAException​(Throwable cause)
        Parameters:
        cause - exception cause.
      • PVAException

        public PVAException​(String message,
                            Throwable cause)
        Parameters:
        message - exception message.
        cause - exception cause.