Package score

Class UserRevertedException

    • Constructor Detail

      • UserRevertedException

        public UserRevertedException()
      • UserRevertedException

        public UserRevertedException​(java.lang.String message)
      • UserRevertedException

        public UserRevertedException​(java.lang.String message,
                                     java.lang.Throwable cause)
      • UserRevertedException

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

        public UserRevertedException​(int code)
      • UserRevertedException

        public UserRevertedException​(int code,
                                     java.lang.String message)
      • UserRevertedException

        public UserRevertedException​(int code,
                                     java.lang.String message,
                                     java.lang.Throwable cause)
      • UserRevertedException

        public UserRevertedException​(int code,
                                     java.lang.Throwable cause)
    • Method Detail

      • getCode

        public int getCode()