Class NoUserRepositoriesFoundException

All Implemented Interfaces:
Serializable

public class NoUserRepositoriesFoundException extends WIMApplicationException
Exception received when a request to do a user registry or repository is made and there are no user registries or repositories configured.
See Also:
  • Constructor Details

    • NoUserRepositoriesFoundException

      public NoUserRepositoriesFoundException()
      Constructs a NoUserRepositoriesFoundException with no message key, no detail message, and no cause.
    • NoUserRepositoriesFoundException

      public NoUserRepositoriesFoundException(String key, String message)
      Constructs a NoUserRepositoriesFoundException with the specified message key and detail message.
      Parameters:
      key - The message key.
      message - The detail message.
    • NoUserRepositoriesFoundException

      public NoUserRepositoriesFoundException(String key, String message, Throwable cause)
      Constructs a NoUserRepositoriesFoundException with the specified message key, detail message, and cause.
      Parameters:
      key - The message key.
      message - The detail message.
      cause - The cause.
    • NoUserRepositoriesFoundException

      public NoUserRepositoriesFoundException(Throwable cause)
      Constructs a NoUserRepositoriesFoundException with the specified cause.
      Parameters:
      cause - The cause.