Class IdentityNotFoundException

    • Constructor Detail

      • IdentityNotFoundException

        public IdentityNotFoundException()
        Instantiates a new identity not found exception.
      • IdentityNotFoundException

        public IdentityNotFoundException​(String errorMessage)
        Instantiates a new identity not found exception.
        Parameters:
        errorMessage - the error message
      • IdentityNotFoundException

        public IdentityNotFoundException​(String message,
                                         Throwable cause)
        Instantiates a new identity not found exception.
        Parameters:
        message - the message
        cause - the cause