Class UserServiceFailureException

  • All Implemented Interfaces:
    Serializable

    public class UserServiceFailureException
    extends RuntimeException
    UserServiceFailureException is thrown when any unknown error occurs while communicating with the user service.
    See Also:
    Serialized Form
    • Constructor Detail

      • UserServiceFailureException

        public UserServiceFailureException​(String message)
      • UserServiceFailureException

        public UserServiceFailureException​(String message,
                                           Throwable cause)