Class UserException

    • Constructor Detail

      • UserException

        public UserException()
      • UserException

        public UserException​(java.lang.String msg)
      • UserException

        public UserException​(org.apache.openjpa.lib.util.Localizer.Message msg)
      • UserException

        public UserException​(java.lang.Throwable cause)
      • UserException

        public UserException​(java.lang.String msg,
                             java.lang.Throwable cause)
      • UserException

        public UserException​(org.apache.openjpa.lib.util.Localizer.Message msg,
                             java.lang.Throwable cause)